Html Css Color HEX #20270C Rangoon Green

📋 copy color: '#20270C'

red 32 ◦ green 39 ◦ blue 12

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

Shades of Rangoon Green #20270C

Tints of Rangoon Green #20270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.46%

R = 38.55%
G = 46.99%
B = 14.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.85

RGB Variations

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

Color information

#20270C (or 0x20270C) is known color: Rangoon Green. HEX triplet: 20, 27 and 0C. RGB value is (32,39,12). Sum of RGB (Red+Green+Blue) = 32+39+12=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #20270C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20270C is #DFD8F3. Grayscale: #212121. Windows color (decimal): -14670068 or 796448. OLE color: 796448.

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

Color convert

RGB 32 39 12 -
CMYK 0.18 0 0.69 0.85
HSL 75.56º 0.53% 0.1% -
HSV(B) 75.56º 0.69% 0.15% -
XYZ 1.39 1.78 0.62 -
YUV 33.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 32 39 12 0.18 0 0.69 0.85 75.56 0.53 0.1
Hex 20 27 C 12 0 45 55 4C 35 A
Octal 40 47 14 22 0 105 125 114 65 12
Binary 100000 100111 1100 10010 0 1000101 1010101 1001100 110101 1010

Color Harmonies of #20270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20270C

Black with #20270C

Text Example


Text Example

White with #20270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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