#272A20

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

Shades of Rangoon Green #272A20

Tints of Rangoon Green #272A20

Color information

#272A20 (or 0x272A20) is unknown color: approx Rangoon Green. HEX triplet: 27, 2A and 20. RGB value is (39,42,32). Sum of RGB (Red+Green+Blue) = 39+42+32=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 42 - color contains mainly: green. Hex color #272A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A20 is #D8D5DF. Grayscale: #282828. Windows color (decimal): -14210528 or 2107943. OLE color: 2107943.

HSL color Cylindrical-coordinate representation of color #272A20: hue angle of 78º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #272A20 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB394232-
CMYK0.0700.240.84
HSL78º13.51%14.51%-
HSV(B)78º23.81%16.47%-
XYZ1.932.191.69-
YUV39.96123.51127.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.51%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=34.51%
G=37.17%
B=28.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3942320.0700.240.847813.5114.51
Hex272A207018544eef
Octal47524070301241161617
Binary1001111010101000001110110001010100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,42,32); }

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

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

 a { background-color: rgb(39,42,32); }

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

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

 span { border-color: rgb(39,42,32); }

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