#252A15

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

Shades of Rangoon Green #252A15

Tints of Rangoon Green #252A15

Color information

#252A15 (or 0x252A15) is unknown color: approx Rangoon Green. HEX triplet: 25, 2A and 15. RGB value is (37,42,21). Sum of RGB (Red+Green+Blue) = 37+42+21=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 42 - color contains mainly: green. Hex color #252A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A15 is #DAD5EA. Grayscale: #262626. Windows color (decimal): -14341611 or 1387045. OLE color: 1387045.

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

Color convert

RGB374221-
CMYK0.1200.500.84
HSL74.29º33.33%12.35%-
HSV(B)74.29º50%16.47%-
XYZ1.732.11.02-
YUV38.11118.34127.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 42 (16.80% from 255) = 42%
BLUE value IS 21 (8.59% from 255) = 21%
R=37%
G=42%
B=21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3742210.1200.500.8474.2933.3312.35
Hex252A15C032544a21c
Octal455225140621241124114
Binary1001011010101010111000110010101010010010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,21); }

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

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

 a { background-color: rgb(37,42,21); }

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

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

 span { border-color: rgb(37,42,21); }

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