Html Css Color HEX #202414 Rangoon Green

📋 copy color: '#202414'

red 32 ◦ green 36 ◦ blue 20

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

Shades of Rangoon Green #202414

Tints of Rangoon Green #202414

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.2% from 255) = 22.73%

R = 36.36%
G = 40.91%
B = 22.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.86

RGB Variations

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

Color information

#202414 (or 0x202414) is known color: 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

RGB 32 36 20 -
CMYK 0.11 0 0.44 0.86
HSL 75º 0.29% 0.11% -
HSV(B) 75º 0.44% 0.14% -
XYZ 1.35 1.62 0.9 -
YUV 32.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 32 36 20 0.11 0 0.44 0.86 75 0.29 0.11
Hex 20 24 14 B 0 2C 56 4B 1D B
Octal 40 44 24 13 0 54 126 113 35 13
Binary 100000 100100 10100 1011 0 101100 1010110 1001011 11101 1011

Color Harmonies of #202414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202414

Black with #202414

Text Example


Text Example

White with #202414

Text Example


Text Example

HTML Codes & Css Web 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>