#25302D

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

Shades of Racing Green #25302D

Tints of Racing Green #25302D

Color information

#25302D (or 0x25302D) is unknown color: approx Racing Green. HEX triplet: 25, 30 and 2D. RGB value is (37,48,45). Sum of RGB (Red+Green+Blue) = 37+48+45=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #25302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25302D is #DACFD2. Grayscale: #2C2C2C. Windows color (decimal): -14340051 or 2961445. OLE color: 2961445.

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

Color convert

RGB374845-
CMYK0.2300.060.81
HSL163.64º12.94%16.67%-
HSV(B)163.64º22.92%18.82%-
XYZ2.292.72.88-
YUV44.37128.36122.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.46%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=28.46%
G=36.92%
B=34.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748450.2300.060.81163.6412.9416.67
Hex25302D170651a4d11
Octal45605527061212441521
Binary100101110000101101101110110101000110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25302D; }

 p { color: rgb(37,48,45); }

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

<style>
 a { background-color: #25302D; }

 a { background-color: rgb(37,48,45); }

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

<style>
 span { border-color: #25302D; }

 span { border-color: rgb(37,48,45); }

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