#272F12

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

Shades of Rangoon Green #272F12

Tints of Rangoon Green #272F12

Color information

#272F12 (or 0x272F12) is unknown color: approx Rangoon Green. HEX triplet: 27, 2F and 12. RGB value is (39,47,18). Sum of RGB (Red+Green+Blue) = 39+47+18=104 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.5% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #272F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F12 is #D8D0ED. Grayscale: #292929. Windows color (decimal): -14209262 or 1191719. OLE color: 1191719.

HSL color Cylindrical-coordinate representation of color #272F12: hue angle of 76.55º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #272F12 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB394718-
CMYK0.1700.620.82
HSL76.55º44.62%12.75%-
HSV(B)76.55º61.7%18.43%-
XYZ1.962.510.95-
YUV41.3114.85126.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.5%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 18 (7.42% from 255) = 17.31%
R=37.5%
G=45.19%
B=17.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947180.1700.620.8276.5544.6212.75
Hex272F121103E524d2dd
Octal475722210761221155515
Binary10011110111110010100010111110101001010011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272F12; }

 p { color: rgb(39,47,18); }

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

<style>
 a { background-color: #272F12; }

 a { background-color: rgb(39,47,18); }

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

<style>
 span { border-color: #272F12; }

 span { border-color: rgb(39,47,18); }

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