#252C0E

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

Shades of Rangoon Green #252C0E

Tints of Rangoon Green #252C0E

Color information

#252C0E (or 0x252C0E) is unknown color: approx Rangoon Green. HEX triplet: 25, 2C and 0E. RGB value is (37,44,14). Sum of RGB (Red+Green+Blue) = 37+44+14=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 44 - color contains mainly: green. Hex color #252C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252C0E is #DAD3F1. Grayscale: #262626. Windows color (decimal): -14341106 or 928805. OLE color: 928805.

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

Color convert

RGB374414-
CMYK0.1600.680.83
HSL74º51.72%11.37%-
HSV(B)74º68.18%17.25%-
XYZ1.742.230.75-
YUV38.49114.18126.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 44 (17.58% from 255) = 46.32%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=38.95%
G=46.32%
B=14.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744140.1600.680.837451.7211.37
Hex252CE10044534a34b
Octal4554162001041231126413
Binary10010110110011101000001000100101001110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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