#252C16

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

Shades of Rangoon Green #252C16

Tints of Rangoon Green #252C16

Color information

#252C16 (or 0x252C16) is unknown color: approx Rangoon Green. HEX triplet: 25, 2C and 16. RGB value is (37,44,22). Sum of RGB (Red+Green+Blue) = 37+44+22=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 44 (17.58% from 255 or 42.72% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 44 - color contains mainly: green. Hex color #252C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252C16 is #DAD3E9. Grayscale: #272727. Windows color (decimal): -14341098 or 1453093. OLE color: 1453093.

HSL color Cylindrical-coordinate representation of color #252C16: hue angle of 79.09º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252C16 is Cyan = 0.16, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB374422-
CMYK0.1600.50.83
HSL79.09º33.33%12.94%-
HSV(B)79.09º50%17.25%-
XYZ1.812.251.1-
YUV39.4118.18126.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 44 (17.58% from 255) = 42.72%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=35.92%
G=42.72%
B=21.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744220.1600.50.8379.0933.3312.94
Hex252C1610032534f21d
Octal455426200621231174115
Binary10010110110010110100000110010101001110011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252C16; }

 p { color: rgb(37,44,22); }

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

<style>
 a { background-color: #252C16; }

 a { background-color: rgb(37,44,22); }

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

<style>
 span { border-color: #252C16; }

 span { border-color: rgb(37,44,22); }

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