#25322F

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

Shades of Racing Green #25322F

Tints of Racing Green #25322F

Color information

#25322F (or 0x25322F) is unknown color: approx 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

RGB375047-
CMYK0.2600.060.80
HSL166.15º14.94%17.06%-
HSV(B)166.15º26%19.61%-
XYZ2.422.883.12-
YUV45.77128.69121.74-

RGB Variations

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

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 (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750470.2600.060.80166.1514.9417.06
Hex25322F1A0650a6f11
Octal45625732061202461721
Binary100101110010101111110100110101000010100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>