#21302A

Color #21302A Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #21302A

Tints of Cardin Green #21302A

Color information

#21302A (or 0x21302A) is unknown color: approx Cardin Green. HEX triplet: 21, 30 and 2A. RGB value is (33,48,42). Sum of RGB (Red+Green+Blue) = 33+48+42=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #21302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21302A is #DECFD5. Grayscale: #2A2A2A. Windows color (decimal): -14602198 or 2764833. OLE color: 2764833.

HSL color Cylindrical-coordinate representation of color #21302A: hue angle of 156º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #21302A is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB334842-
CMYK0.3100.130.81
HSL156º18.52%15.88%-
HSV(B)156º31.25%18.82%-
XYZ2.12.62.58-
YUV42.83127.53120.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=26.83%
G=39.02%
B=34.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348420.3100.130.8115618.5215.88
Hex21302A1F0D519c1310
Octal416052370151212342320
Binary10000111000010101011111011011010001100111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21302A; }

 p { color: rgb(33,48,42); }

 H1.HeaderClassName
 {
   color: #21302A;
 }
 .AnyTagClassName
 {
   color: #21302A;
 }
</style>
background-color css

<style>
 a { background-color: #21302A; }

 a { background-color: rgb(33,48,42); }

 div.DivClassName
 {
   background-color: #21302A;
 }
 .BgClassName
 {
   background-color: #21302A;
 }
</style>
border-color css

<style>
 span { border-color: #21302A; }

 span { border-color: rgb(33,48,42); }

 td.TdClassName
 {
   border-color: #21302A;
 }
 .TagClassName
 {
   border-color: #21302A;
 }
</style>