#272E14

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

Shades of Rangoon Green #272E14

Tints of Rangoon Green #272E14

Color information

#272E14 (or 0x272E14) is unknown color: approx Rangoon Green. HEX triplet: 27, 2E and 14. RGB value is (39,46,20). Sum of RGB (Red+Green+Blue) = 39+46+20=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #272E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E14 is #D8D1EB. Grayscale: #292929. Windows color (decimal): -14209516 or 1322535. OLE color: 1322535.

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

Color convert

RGB394620-
CMYK0.1500.570.82
HSL76.15º39.39%12.94%-
HSV(B)76.15º56.52%18.04%-
XYZ1.942.441.03-
YUV40.94116.18126.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 37.14%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=37.14%
G=43.81%
B=19.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3946200.1500.570.8276.1539.3912.94
Hex272E14F039524c27d
Octal475624170711221144715
Binary1001111011101010011110111001101001010011001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,46,20); }

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

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

 a { background-color: rgb(39,46,20); }

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

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

 span { border-color: rgb(39,46,20); }

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