Html Css Color HEX #212908 Rangoon Green

📋 copy color: '#212908'

red 33 ◦ green 41 ◦ blue 8

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

Shades of Rangoon Green #212908

Tints of Rangoon Green #212908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 50%

 BLUE value IS 8 (3.52% from 255) = 9.76%

R = 40.24%
G = 50%
B = 9.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#212908 (or 0x212908) is known color: Rangoon Green. HEX triplet: 21, 29 and 08. RGB value is (33,41,8). Sum of RGB (Red+Green+Blue) = 33+41+8=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #212908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212908 is #DED6F7. Grayscale: #222222. Windows color (decimal): -14604024 or 534817. OLE color: 534817.

HSL color Cylindrical-coordinate representation of color #212908: hue angle of 74.55º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212908 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB 33 41 8 -
CMYK 0.20 0 0.80 0.84
HSL 74.55º 0.67% 0.1% -
HSV(B) 74.55º 0.8% 0.16% -
XYZ 1.46 1.93 0.52 -
YUV 34.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 33 41 8 0.20 0 0.80 0.84 74.55 0.67 0.1
Hex 21 29 8 14 0 50 54 4B 43 A
Octal 41 51 10 24 0 120 124 113 103 12
Binary 100001 101001 1000 10100 0 1010000 1010100 1001011 1000011 1010

Color Harmonies of #212908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212908

Black with #212908

Text Example


Text Example

White with #212908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212908; }

 p { color: rgb(33,41,8); }

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

background-color css

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

 a { background-color: rgb(33,41,8); }

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

border-color css

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

 span { border-color: rgb(33,41,8); }

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