#272A21

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

Shades of Rangoon Green #272A21

Tints of Rangoon Green #272A21

Color information

#272A21 (or 0x272A21) is unknown color: approx Rangoon Green. HEX triplet: 27, 2A and 21. RGB value is (39,42,33). Sum of RGB (Red+Green+Blue) = 39+42+33=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 42 - color contains mainly: green. Hex color #272A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A21 is #D8D5DE. Grayscale: #282828. Windows color (decimal): -14210527 or 2173479. OLE color: 2173479.

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

Color convert

RGB394233-
CMYK0.0700.210.84
HSL80º12%14.71%-
HSV(B)80º21.43%16.47%-
XYZ1.942.21.76-
YUV40.08124.01127.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=34.21%
G=36.84%
B=28.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3942330.0700.210.84801214.71
Hex272A2170155450cf
Octal47524170251241201417
Binary1001111010101000011110101011010100101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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