#024428

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

Shades of British Racing Green #024428

Tints of British Racing Green #024428

Color information

#024428 (or 0x024428) is unknown color: approx British Racing Green. HEX triplet: 02, 44 and 28. RGB value is (2,68,40). Sum of RGB (Red+Green+Blue) = 2+68+40=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 68 (26.95% from 255 or 61.82% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 68 - color contains mainly: green. Hex color #024428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024428 is #FDBBD7. Grayscale: #2D2D2D. Windows color (decimal): -16628696 or 2638850. OLE color: 2638850.

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

Color convert

RGB26840-
CMYK0.9700.410.73
HSL154.55º94.29%13.73%-
HSV(B)154.55º97.06%26.67%-
XYZ2.484.32.71-
YUV45.07125.1397.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 68 (26.95% from 255) = 61.82%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=1.82%
G=61.82%
B=36.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268400.9700.410.73154.5594.2913.73
Hex2442861029499b5ee
Octal21045014105111123313616
Binary1010001001010001100001010100110010011001101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024428; }

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

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

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

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

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

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

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

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