#252E2C

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

Shades of Racing Green #252E2C

Tints of Racing Green #252E2C

Color information

#252E2C (or 0x252E2C) is unknown color: approx Racing Green. HEX triplet: 25, 2E and 2C. RGB value is (37,46,44). Sum of RGB (Red+Green+Blue) = 37+46+44=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 46 - color contains mainly: green. Hex color #252E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E2C is #DAD1D3. Grayscale: #2B2B2B. Windows color (decimal): -14340564 or 2895397. OLE color: 2895397.

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

Color convert

RGB374644-
CMYK0.2000.040.82
HSL166.67º10.84%16.27%-
HSV(B)166.67º19.57%18.04%-
XYZ2.192.532.76-
YUV43.08128.52123.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=29.13%
G=36.22%
B=34.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3746440.2000.040.82166.6710.8416.27
Hex252E2C140452a7b10
Octal45565424041222471320
Binary100101101110101100101000100101001010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,44); }

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

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

 a { background-color: rgb(37,46,44); }

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

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

 span { border-color: rgb(37,46,44); }

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