#27310C

Color #27310C Rangoon Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rangoon Green #27310C

Tints of Rangoon Green #27310C

Color information

#27310C (or 0x27310C) is unknown color: approx Rangoon Green. HEX triplet: 27, 31 and 0C. RGB value is (39,49,12). Sum of RGB (Red+Green+Blue) = 39+49+12=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #27310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27310C is #D8CEF3. Grayscale: #292929. Windows color (decimal): -14208756 or 799015. OLE color: 799015.

HSL color Cylindrical-coordinate representation of color #27310C: hue angle of 76.22º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27310C is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB394912-
CMYK0.2000.760.81
HSL76.22º60.66%11.96%-
HSV(B)76.22º75.51%19.22%-
XYZ22.650.75-
YUV41.79111.19126.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 12 (5.08% from 255) = 12%
R=39%
G=49%
B=12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3949120.2000.760.8176.2260.6611.96
Hex2731C1404C514c3dc
Octal4761142401141211147514
Binary10011111000111001010001001100101000110011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #27310C;
 }
 .AnyTagClassName
 {
   color: #27310C;
 }
</style>
background-color css

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

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

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

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

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

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