#202414

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

Shades of Rangoon Green #202414

Tints of Rangoon Green #202414

Color information

#202414 (or 0x202414) is unknown color: approx Rangoon Green. HEX triplet: 20, 24 and 14. RGB value is (32,36,20). Sum of RGB (Red+Green+Blue) = 32+36+20=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #202414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202414 is #DFDBEB. Grayscale: #212121. Windows color (decimal): -14670828 or 1319968. OLE color: 1319968.

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

Color convert

RGB323620-
CMYK0.1100.440.86
HSL75º28.57%10.98%-
HSV(B)75º44.44%14.12%-
XYZ1.351.620.9-
YUV32.98120.67127.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 36 (14.45% from 255) = 40.91%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3236200.1100.440.867528.5710.98
Hex202414B02C564b1db
Octal404424130541261133513
Binary100000100100101001011010110010101101001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202414; }

 p { color: rgb(32,36,20); }

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

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

 a { background-color: rgb(32,36,20); }

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

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

 span { border-color: rgb(32,36,20); }

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