#252D2A

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

Shades of Racing Green #252D2A

Tints of Racing Green #252D2A

Color information

#252D2A (or 0x252D2A) is unknown color: approx Racing Green. HEX triplet: 25, 2D and 2A. RGB value is (37,45,42). Sum of RGB (Red+Green+Blue) = 37+45+42=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 45 - color contains mainly: green. Hex color #252D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2A is #DAD2D5. Grayscale: #2A2A2A. Windows color (decimal): -14340822 or 2764069. OLE color: 2764069.

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

Color convert

RGB374542-
CMYK0.1800.070.82
HSL157.5º9.76%16.08%-
HSV(B)157.5º17.78%17.65%-
XYZ2.122.442.55-
YUV42.27127.85124.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.84%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=29.84%
G=36.29%
B=33.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745420.1800.070.82157.59.7616.08
Hex252D2A1207529da10
Octal45555222071222351220
Binary100101101101101010100100111101001010011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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