#202905

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

Shades of Rangoon Green #202905

Tints of Rangoon Green #202905

Color information

#202905 (or 0x202905) is unknown color: approx Rangoon Green. HEX triplet: 20, 29 and 05. RGB value is (32,41,5). Sum of RGB (Red+Green+Blue) = 32+41+5=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #202905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202905 is #DFD6FA. Grayscale: #222222. Windows color (decimal): -14669563 or 338208. OLE color: 338208.

HSL color Cylindrical-coordinate representation of color #202905: hue angle of 75º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #202905 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB32415-
CMYK0.2200.880.84
HSL75º78.26%9.02%-
HSV(B)75º87.8%16.08%-
XYZ1.421.90.44-
YUV34.2111.52126.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 41 (16.41% from 255) = 52.56%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=41.03%
G=52.56%
B=6.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal324150.2200.880.847578.269.02
Hex2029516058544b4e9
Octal4051526013012411311611
Binary10000010100110110110010110001010100100101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202905; }

 p { color: rgb(32,41,5); }

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

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

 a { background-color: rgb(32,41,5); }

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

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

 span { border-color: rgb(32,41,5); }

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