Html Css Color HEX #212418 Rangoon Green

📋 copy color: '#212418'

red 33 ◦ green 36 ◦ blue 24

#212418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rangoon Green #212418

Tints of Rangoon Green #212418

RGB

 RED value IS 33 (13.28% from 255) = 35.48%

 GREEN value IS 36 (14.45% from 255) = 38.71%

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 35.48%
G = 38.71%
B = 25.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#212418 (or 0x212418) is known color: Rangoon Green. HEX triplet: 21, 24 and 18. RGB value is (33,36,24). Sum of RGB (Red+Green+Blue) = 33+36+24=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #212418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212418 is #DEDBE7. Grayscale: #212121. Windows color (decimal): -14605288 or 1582113. OLE color: 1582113.

HSL color Cylindrical-coordinate representation of color #212418: hue angle of 75º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212418 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 36 24 -
CMYK 0.08 0 0.33 0.86
HSL 75º 0.2% 0.12% -
HSV(B) 75º 0.33% 0.14% -
XYZ 1.42 1.65 1.11 -
YUV 33.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 33 36 24 0.08 0 0.33 0.86 75 0.2 0.12
Hex 21 24 18 8 0 21 56 4B 14 C
Octal 41 44 30 10 0 41 126 113 24 14
Binary 100001 100100 11000 1000 0 100001 1010110 1001011 10100 1100

Color Harmonies of #212418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212418

Black with #212418

Text Example


Text Example

White with #212418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212418; }

 p { color: rgb(33,36,24); }

 H1.HeaderClassName
 {
   color: #212418;
 }
 .AnyTagClassName
 {
   color: #212418;
 }
</style>

background-color css

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

 a { background-color: rgb(33,36,24); }

 div.DivClassName
 {
   background-color: #212418;
 }
 .BgClassName
 {
   background-color: #212418;
 }
</style>

border-color css

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

 span { border-color: rgb(33,36,24); }

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