Html Css Color HEX #20270E Rangoon Green

📋 copy color: '#20270E'

red 32 ◦ green 39 ◦ blue 14

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

Shades of Rangoon Green #20270E

Tints of Rangoon Green #20270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 37.65%
G = 45.88%
B = 16.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#20270E (or 0x20270E) is known color: Rangoon Green. HEX triplet: 20, 27 and 0E. RGB value is (32,39,14). Sum of RGB (Red+Green+Blue) = 32+39+14=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #20270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20270E is #DFD8F1. Grayscale: #222222. Windows color (decimal): -14670066 or 927520. OLE color: 927520.

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

Color convert

RGB 32 39 14 -
CMYK 0.18 0 0.64 0.85
HSL 76.8º 0.47% 0.1% -
HSV(B) 76.8º 0.64% 0.15% -
XYZ 1.4 1.79 0.69 -
YUV 34.06 116.68 126.53 -
System Red Green Blue C M Y K H S L
Decimal 32 39 14 0.18 0 0.64 0.85 76.8 0.47 0.1
Hex 20 27 E 12 0 40 55 4D 2F A
Octal 40 47 16 22 0 100 125 115 57 12
Binary 100000 100111 1110 10010 0 1000000 1010101 1001101 101111 1010

Color Harmonies of #20270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20270E

Black with #20270E

Text Example


Text Example

White with #20270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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