Html Css Color HEX #212612 Rangoon Green

📋 copy color: '#212612'

red 33 ◦ green 38 ◦ blue 18

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

Shades of Rangoon Green #212612

Tints of Rangoon Green #212612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.7%

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 37.08%
G = 42.7%
B = 20.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#212612 (or 0x212612) is known color: Rangoon Green. HEX triplet: 21, 26 and 12. RGB value is (33,38,18). Sum of RGB (Red+Green+Blue) = 33+38+18=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #212612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212612 is #DED9ED. Grayscale: #222222. Windows color (decimal): -14604782 or 1189409. OLE color: 1189409.

HSL color Cylindrical-coordinate representation of color #212612: hue angle of 75º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #212612 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 38 18 -
CMYK 0.13 0 0.53 0.85
HSL 75º 0.36% 0.11% -
HSV(B) 75º 0.53% 0.15% -
XYZ 1.43 1.75 0.84 -
YUV 34.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 33 38 18 0.13 0 0.53 0.85 75 0.36 0.11
Hex 21 26 12 D 0 35 55 4B 24 B
Octal 41 46 22 15 0 65 125 113 44 13
Binary 100001 100110 10010 1101 0 110101 1010101 1001011 100100 1011

Color Harmonies of #212612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212612

Black with #212612

Text Example


Text Example

White with #212612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212612; }

 p { color: rgb(33,38,18); }

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

background-color css

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

 a { background-color: rgb(33,38,18); }

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

border-color css

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

 span { border-color: rgb(33,38,18); }

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