#024524

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

Shades of British Racing Green #024524

Tints of British Racing Green #024524

Color information

#024524 (or 0x024524) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 24. RGB value is (2,69,36). Sum of RGB (Red+Green+Blue) = 2+69+36=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #024524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024524 is #FDBADB. Grayscale: #2D2D2D. Windows color (decimal): -16628444 or 2376962. OLE color: 2376962.

HSL color Cylindrical-coordinate representation of color #024524: hue angle of 150.45º 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 #024524 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB26936-
CMYK0.9700.480.73
HSL150.45º94.37%13.92%-
HSV(B)150.45º97.1%27.06%-
XYZ2.474.42.39-
YUV45.2122.897.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 69 (27.34% from 255) = 64.49%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=1.87%
G=64.49%
B=33.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269360.9700.480.73150.4594.3713.92
Hex245246103049965ee
Octal21054414106011122613616
Binary1010001011001001100001011000010010011001011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024524; }

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

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

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

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

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

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

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

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