#252C2A

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

Shades of Racing Green #252C2A

Tints of Racing Green #252C2A

Color information

#252C2A (or 0x252C2A) is unknown color: approx Racing Green. HEX triplet: 25, 2C and 2A. RGB value is (37,44,42). Sum of RGB (Red+Green+Blue) = 37+44+42=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 44 - color contains mainly: green. Hex color #252C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C2A is #DAD3D5. Grayscale: #292929. Windows color (decimal): -14341078 or 2763813. OLE color: 2763813.

HSL color Cylindrical-coordinate representation of color #252C2A: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #252C2A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.83.

Color convert

RGB374442-
CMYK0.1600.050.83
HSL162.86º8.64%15.88%-
HSV(B)162.86º15.91%17.25%-
XYZ2.082.362.54-
YUV41.68128.18124.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 44 (17.58% from 255) = 35.77%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=30.08%
G=35.77%
B=34.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3744420.1600.050.83162.868.6415.88
Hex252C2A100553a3910
Octal45545220051232431120
Binary100101101100101010100000101101001110100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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