#024528

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

Shades of British Racing Green #024528

Tints of British Racing Green #024528

Color information

#024528 (or 0x024528) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 28. RGB value is (2,69,40). Sum of RGB (Red+Green+Blue) = 2+69+40=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #024528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024528 is #FDBAD7. Grayscale: #2D2D2D. Windows color (decimal): -16628440 or 2639106. OLE color: 2639106.

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

Color convert

RGB26940-
CMYK0.9700.420.73
HSL154.03º94.37%13.92%-
HSV(B)154.03º97.1%27.06%-
XYZ2.544.422.73-
YUV45.66124.896.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=1.80%
G=62.16%
B=36.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269400.9700.420.73154.0394.3713.92
Hex245286102A499a5ee
Octal21055014105211123213616
Binary1010001011010001100001010101010010011001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024528; }

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

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

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

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

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

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

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

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