#252D2B

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

Shades of Racing Green #252D2B

Tints of Racing Green #252D2B

Color information

#252D2B (or 0x252D2B) is unknown color: approx Racing Green. HEX triplet: 25, 2D and 2B. RGB value is (37,45,43). Sum of RGB (Red+Green+Blue) = 37+45+43=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 45 - color contains mainly: green. Hex color #252D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D2B is #DAD2D4. Grayscale: #2A2A2A. Windows color (decimal): -14340821 or 2829605. OLE color: 2829605.

HSL color Cylindrical-coordinate representation of color #252D2B: hue angle of 165º 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 #252D2B is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB374543-
CMYK0.1800.040.82
HSL165º9.76%16.08%-
HSV(B)165º17.78%17.65%-
XYZ2.142.442.64-
YUV42.38128.35124.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=29.6%
G=36%
B=34.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745430.1800.040.821659.7616.08
Hex252D2B120452a5a10
Octal45555322041222451220
Binary100101101101101011100100100101001010100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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