#272C18

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

Shades of Rangoon Green #272C18

Tints of Rangoon Green #272C18

Color information

#272C18 (or 0x272C18) is unknown color: approx Rangoon Green. HEX triplet: 27, 2C and 18. RGB value is (39,44,24). Sum of RGB (Red+Green+Blue) = 39+44+24=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #272C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C18 is #D8D3E7. Grayscale: #282828. Windows color (decimal): -14210024 or 1584167. OLE color: 1584167.

HSL color Cylindrical-coordinate representation of color #272C18: hue angle of 75º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272C18 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.83.

Color convert

RGB394424-
CMYK0.1100.450.83
HSL75º29.41%13.33%-
HSV(B)75º45.45%17.25%-
XYZ1.92.31.21-
YUV40.22118.84127.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 44 (17.58% from 255) = 41.12%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=36.45%
G=41.12%
B=22.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3944240.1100.450.837529.4113.33
Hex272C18B02D534b1dd
Octal475430130551231133515
Binary100111101100110001011010110110100111001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,44,24); }

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

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

 a { background-color: rgb(39,44,24); }

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

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

 span { border-color: rgb(39,44,24); }

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