Html Css Color HEX #202514 Rangoon Green

📋 copy color: '#202514'

red 32 ◦ green 37 ◦ blue 20

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

Shades of Rangoon Green #202514

Tints of Rangoon Green #202514

RGB

 RED value IS 32 (12.89% from 255) = 35.96%

 GREEN value IS 37 (14.84% from 255) = 41.57%

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 35.96%
G = 41.57%
B = 22.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#202514 (or 0x202514) is known color: Rangoon Green. HEX triplet: 20, 25 and 14. RGB value is (32,37,20). Sum of RGB (Red+Green+Blue) = 32+37+20=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #202514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202514 is #DFDAEB. Grayscale: #212121. Windows color (decimal): -14670572 or 1320224. OLE color: 1320224.

HSL color Cylindrical-coordinate representation of color #202514: hue angle of 77.65º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #202514 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 37 20 -
CMYK 0.14 0 0.46 0.85
HSL 77.65º 0.3% 0.11% -
HSV(B) 77.65º 0.46% 0.15% -
XYZ 1.38 1.68 0.91 -
YUV 33.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 32 37 20 0.14 0 0.46 0.85 77.65 0.3 0.11
Hex 20 25 14 E 0 2E 55 4E 1E B
Octal 40 45 24 16 0 56 125 116 36 13
Binary 100000 100101 10100 1110 0 101110 1010101 1001110 11110 1011

Color Harmonies of #202514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202514

Black with #202514

Text Example


Text Example

White with #202514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202514; }

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

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

background-color css

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

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

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

border-color css

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

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

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