Html Css Color HEX #25322F Racing Green

📋 copy color: '#25322F'

red 37 ◦ green 50 ◦ blue 47

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

Shades of Racing Green #25322F

Tints of Racing Green #25322F

RGB

 RED value IS 37 (14.84% from 255) = 27.61%

 GREEN value IS 50 (19.92% from 255) = 37.31%

 BLUE value IS 47 (18.75% from 255) = 35.07%

R = 27.61%
G = 37.31%
B = 35.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#25322F (or 0x25322F) is known color: Racing Green. HEX triplet: 25, 32 and 2F. RGB value is (37,50,47). Sum of RGB (Red+Green+Blue) = 37+50+47=134 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.61% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #25322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25322F is #DACDD0. Grayscale: #2D2D2D. Windows color (decimal): -14339537 or 3093029. OLE color: 3093029.

HSL color Cylindrical-coordinate representation of color #25322F: hue angle of 166.15º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #25322F is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 47 -
CMYK 0.26 0 0.06 0.80
HSL 166.15º 0.15% 0.17% -
HSV(B) 166.15º 0.26% 0.2% -
XYZ 2.42 2.88 3.12 -
YUV 45.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 37 50 47 0.26 0 0.06 0.80 166.15 0.15 0.17
Hex 25 32 2F 1A 0 6 50 A6 F 11
Octal 45 62 57 32 0 6 120 246 17 21
Binary 100101 110010 101111 11010 0 110 1010000 10100110 1111 10001

Color Harmonies of #25322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25322F

Black with #25322F

Text Example


Text Example

White with #25322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25322F; }

 p { color: rgb(37,50,47); }

 H1.HeaderClassName
 {
   color: #25322F;
 }
 .AnyTagClassName
 {
   color: #25322F;
 }
</style>

background-color css

<style>
 a { background-color: #25322F; }

 a { background-color: rgb(37,50,47); }

 div.DivClassName
 {
   background-color: #25322F;
 }
 .BgClassName
 {
   background-color: #25322F;
 }
</style>

border-color css

<style>
 span { border-color: #25322F; }

 span { border-color: rgb(37,50,47); }

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