#273012

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

Shades of Rangoon Green #273012

Tints of Rangoon Green #273012

Color information

#273012 (or 0x273012) is unknown color: approx Rangoon Green. HEX triplet: 27, 30 and 12. RGB value is (39,48,18). Sum of RGB (Red+Green+Blue) = 39+48+18=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #273012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273012 is #D8CFED. Grayscale: #292929. Windows color (decimal): -14209006 or 1191975. OLE color: 1191975.

HSL color Cylindrical-coordinate representation of color #273012: hue angle of 78º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #273012 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB394818-
CMYK0.1900.630.81
HSL78º45.45%12.94%-
HSV(B)78º62.5%18.82%-
XYZ22.590.97-
YUV41.89114.52125.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=37.14%
G=45.71%
B=17.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948180.1900.630.817845.4512.94
Hex2730121303F514e2dd
Octal476022230771211165515
Binary10011111000010010100110111111101000110011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273012; }

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

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

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

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

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

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

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

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