#272F14

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

Shades of Rangoon Green #272F14

Tints of Rangoon Green #272F14

Color information

#272F14 (or 0x272F14) is unknown color: approx Rangoon Green. HEX triplet: 27, 2F and 14. RGB value is (39,47,20). Sum of RGB (Red+Green+Blue) = 39+47+20=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 47 (18.75% from 255 or 44.34% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 47 - color contains mainly: green. Hex color #272F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F14 is #D8D0EB. Grayscale: #292929. Windows color (decimal): -14209260 or 1322791. OLE color: 1322791.

HSL color Cylindrical-coordinate representation of color #272F14: hue angle of 77.78º degrees, saturation: 0.4, 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 #272F14 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.82.

Color convert

RGB394720-
CMYK0.1700.570.82
HSL77.78º40.3%13.14%-
HSV(B)77.78º57.45%18.43%-
XYZ1.982.511.04-
YUV41.53115.85126.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.79%
GREEN value IS 47 (18.75% from 255) = 44.34%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=36.79%
G=44.34%
B=18.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947200.1700.570.8277.7840.313.14
Hex272F1411039524e28d
Octal475724210711221165015
Binary10011110111110100100010111001101001010011101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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