Html Css Color HEX #25312E Racing Green

📋 copy color: '#25312E'

red 37 ◦ green 49 ◦ blue 46

#25312E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #25312E

Tints of Racing Green #25312E

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 value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#25312E (or 0x25312E) is known color: 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

RGB 37 49 46 -
CMYK 0.24 0 0.06 0.81
HSL 165º 0.14% 0.17% -
HSV(B) 165º 0.24% 0.19% -
XYZ 2.35 2.79 3 -
YUV 45.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 37 49 46 0.24 0 0.06 0.81 165 0.14 0.17
Hex 25 31 2E 18 0 6 51 A5 E 11
Octal 45 61 56 30 0 6 121 245 16 21
Binary 100101 110001 101110 11000 0 110 1010001 10100101 1110 10001

Color Harmonies of #25312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25312E

Black with #25312E

Text Example


Text Example

White with #25312E

Text Example


Text Example

HTML Codes & Css Web 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>