#212908

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

Shades of Rangoon Green #212908

Tints of Rangoon Green #212908

Color information

#212908 (or 0x212908) is unknown color: approx 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

RGB33418-
CMYK0.2000.800.84
HSL74.55º67.35%9.61%-
HSV(B)74.55º80.49%16.08%-
XYZ1.461.930.52-
YUV34.85112.85126.68-

RGB Variations

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

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 (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal334180.2000.800.8474.5567.359.61
Hex2129814050544b43a
Octal41511024012012411310312
Binary100001101001100010100010100001010100100101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>