#252D0D

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

Shades of Rangoon Green #252D0D

Tints of Rangoon Green #252D0D

Color information

#252D0D (or 0x252D0D) is unknown color: approx Rangoon Green. HEX triplet: 25, 2D and 0D. RGB value is (37,45,13). Sum of RGB (Red+Green+Blue) = 37+45+13=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #252D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D0D is #DAD2F2. Grayscale: #272727. Windows color (decimal): -14340851 or 863525. OLE color: 863525.

HSL color Cylindrical-coordinate representation of color #252D0D: hue angle of 75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252D0D is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.

Color convert

RGB374513-
CMYK0.1800.710.82
HSL75º55.17%11.37%-
HSV(B)75º71.11%17.65%-
XYZ1.772.30.73-
YUV38.96113.35126.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 45 (17.97% from 255) = 47.37%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=38.95%
G=47.37%
B=13.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745130.1800.710.827555.1711.37
Hex252DD12047524b37b
Octal4555152201071221136713
Binary10010110110111011001001000111101001010010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,13); }

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

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

 a { background-color: rgb(37,45,13); }

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

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

 span { border-color: rgb(37,45,13); }

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