#024519

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

Shades of British Racing Green #024519

Tints of British Racing Green #024519

Color information

#024519 (or 0x024519) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 19. RGB value is (2,69,25). Sum of RGB (Red+Green+Blue) = 2+69+25=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 69 (27.34% from 255 or 71.88% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 69 - color contains mainly: green. Hex color #024519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024519 is #FDBAE6. Grayscale: #2C2C2C. Windows color (decimal): -16628455 or 1656066. OLE color: 1656066.

HSL color Cylindrical-coordinate representation of color #024519: hue angle of 140.6º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024519 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB26925-
CMYK0.9700.640.73
HSL140.6º94.37%13.92%-
HSV(B)140.6º97.1%27.06%-
XYZ2.334.341.63-
YUV43.95117.398.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 69 (27.34% from 255) = 71.88%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=2.08%
G=71.88%
B=26.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269250.9700.640.73140.694.3713.92
Hex2451961040498d5ee
Octal210531141010011121513616
Binary1010001011100111000010100000010010011000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024519; }

 p { color: rgb(2,69,25); }

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

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

 a { background-color: rgb(2,69,25); }

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

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

 span { border-color: rgb(2,69,25); }

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