Html Css Color HEX #202512 Rangoon Green

📋 copy color: '#202512'

red 32 ◦ green 37 ◦ blue 18

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

Shades of Rangoon Green #202512

Tints of Rangoon Green #202512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 36.78%
G = 42.53%
B = 20.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#202512 (or 0x202512) is known color: Rangoon Green. HEX triplet: 20, 25 and 12. RGB value is (32,37,18). Sum of RGB (Red+Green+Blue) = 32+37+18=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #202512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202512 is #DFDAED. Grayscale: #212121. Windows color (decimal): -14670574 or 1189152. OLE color: 1189152.

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

Color convert

RGB 32 37 18 -
CMYK 0.14 0 0.51 0.85
HSL 75.79º 0.35% 0.11% -
HSV(B) 75.79º 0.51% 0.15% -
XYZ 1.37 1.67 0.82 -
YUV 33.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 32 37 18 0.14 0 0.51 0.85 75.79 0.35 0.11
Hex 20 25 12 E 0 33 55 4C 23 B
Octal 40 45 22 16 0 63 125 114 43 13
Binary 100000 100101 10010 1110 0 110011 1010101 1001100 100011 1011

Color Harmonies of #202512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202512

Black with #202512

Text Example


Text Example

White with #202512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202512; }

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

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

background-color css

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

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

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

border-color css

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

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

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