#25312E

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

Shades of Racing Green #25312E

Tints of Racing Green #25312E

Color information

#25312E (or 0x25312E) is unknown color: approx Racing Green. HEX triplet: 25, 31 and 2E. RGB value is (37,49,46). Sum of RGB (Red+Green+Blue) = 37+49+46=132 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.03% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #25312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25312E is #DACED1. Grayscale: #2D2D2D. Windows color (decimal): -14339794 or 3027237. OLE color: 3027237.

HSL color Cylindrical-coordinate representation of color #25312E: hue angle of 165º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25312E is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB374946-
CMYK0.2400.060.81
HSL165º13.95%16.86%-
HSV(B)165º24.49%19.22%-
XYZ2.352.793-
YUV45.07128.52122.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.03%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=28.03%
G=37.12%
B=34.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749460.2400.060.8116513.9516.86
Hex25312E180651a5e11
Octal45615630061212451621
Binary100101110001101110110000110101000110100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25312E; }

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

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

<style>
 a { background-color: #25312E; }

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

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

<style>
 span { border-color: #25312E; }

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

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