#252D0E

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

Shades of Rangoon Green #252D0E

Tints of Rangoon Green #252D0E

Color information

#252D0E (or 0x252D0E) is unknown color: approx Rangoon Green. HEX triplet: 25, 2D and 0E. RGB value is (37,45,14). Sum of RGB (Red+Green+Blue) = 37+45+14=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 45 (17.97% from 255 or 46.88% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 45 - color contains mainly: green. Hex color #252D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D0E is #DAD2F1. Grayscale: #272727. Windows color (decimal): -14340850 or 929061. OLE color: 929061.

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

Color convert

RGB374514-
CMYK0.1800.690.82
HSL75.48º52.54%11.57%-
HSV(B)75.48º68.89%17.65%-
XYZ1.782.30.77-
YUV39.07113.85126.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.54%
GREEN value IS 45 (17.97% from 255) = 46.88%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=38.54%
G=46.88%
B=14.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745140.1800.690.8275.4852.5411.57
Hex252DE12045524b35c
Octal4555162201051221136514
Binary10010110110111101001001000101101001010010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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