#272F10

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

Shades of Rangoon Green #272F10

Tints of Rangoon Green #272F10

Color information

#272F10 (or 0x272F10) is unknown color: approx Rangoon Green. HEX triplet: 27, 2F and 10. RGB value is (39,47,16). Sum of RGB (Red+Green+Blue) = 39+47+16=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #272F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F10 is #D8D0EF. Grayscale: #292929. Windows color (decimal): -14209264 or 1060647. OLE color: 1060647.

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

Color convert

RGB394716-
CMYK0.1700.660.82
HSL75.48º49.21%12.35%-
HSV(B)75.48º65.96%18.43%-
XYZ1.952.50.87-
YUV41.07113.85126.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 38.24%
GREEN value IS 47 (18.75% from 255) = 46.08%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=38.24%
G=46.08%
B=15.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3947160.1700.660.8275.4849.2112.35
Hex272F1011042524b31c
Octal4757202101021221136114
Binary100111101111100001000101000010101001010010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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