Html Css Color HEX #20270D Rangoon Green

📋 copy color: '#20270D'

red 32 ◦ green 39 ◦ blue 13

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

Shades of Rangoon Green #20270D

Tints of Rangoon Green #20270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 38.1%
G = 46.43%
B = 15.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.85

RGB Variations

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

Color information

#20270D (or 0x20270D) is known color: Rangoon Green. HEX triplet: 20, 27 and 0D. RGB value is (32,39,13). Sum of RGB (Red+Green+Blue) = 32+39+13=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #20270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20270D is #DFD8F2. Grayscale: #222222. Windows color (decimal): -14670067 or 861984. OLE color: 861984.

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

Color convert

RGB 32 39 13 -
CMYK 0.18 0 0.67 0.85
HSL 76.15º 0.5% 0.1% -
HSV(B) 76.15º 0.67% 0.15% -
XYZ 1.39 1.79 0.65 -
YUV 33.94 116.18 126.61 -
System Red Green Blue C M Y K H S L
Decimal 32 39 13 0.18 0 0.67 0.85 76.15 0.5 0.1
Hex 20 27 D 12 0 43 55 4C 32 A
Octal 40 47 15 22 0 103 125 114 62 12
Binary 100000 100111 1101 10010 0 1000011 1010101 1001100 110010 1010

Color Harmonies of #20270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20270D

Black with #20270D

Text Example


Text Example

White with #20270D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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