Html Css Color HEX #20270F Rangoon Green

📋 copy color: '#20270F'

red 32 ◦ green 39 ◦ blue 15

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

Shades of Rangoon Green #20270F

Tints of Rangoon Green #20270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 45.35%

 BLUE value IS 15 (6.25% from 255) = 17.44%

R = 37.21%
G = 45.35%
B = 17.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#20270F (or 0x20270F) is known color: Rangoon Green. HEX triplet: 20, 27 and 0F. RGB value is (32,39,15). Sum of RGB (Red+Green+Blue) = 32+39+15=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #20270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20270F is #DFD8F0. Grayscale: #222222. Windows color (decimal): -14670065 or 993056. OLE color: 993056.

HSL color Cylindrical-coordinate representation of color #20270F: hue angle of 77.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20270F is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 39 15 -
CMYK 0.18 0 0.62 0.85
HSL 77.5º 0.44% 0.11% -
HSV(B) 77.5º 0.62% 0.15% -
XYZ 1.41 1.79 0.72 -
YUV 34.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 32 39 15 0.18 0 0.62 0.85 77.5 0.44 0.11
Hex 20 27 F 12 0 3E 55 4E 2C B
Octal 40 47 17 22 0 76 125 116 54 13
Binary 100000 100111 1111 10010 0 111110 1010101 1001110 101100 1011

Color Harmonies of #20270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20270F

Black with #20270F

Text Example


Text Example

White with #20270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20270F; }

 p { color: rgb(32,39,15); }

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

background-color css

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

 a { background-color: rgb(32,39,15); }

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

border-color css

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

 span { border-color: rgb(32,39,15); }

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