#024819

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

Shades of British Racing Green #024819

Tints of British Racing Green #024819

Color information

#024819 (or 0x024819) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 19. RGB value is (2,72,25). Sum of RGB (Red+Green+Blue) = 2+72+25=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 72 (28.52% from 255 or 72.73% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 72 - color contains mainly: green. Hex color #024819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024819 is #FDB7E6. Grayscale: #2D2D2D. Windows color (decimal): -16627687 or 1656834. OLE color: 1656834.

HSL color Cylindrical-coordinate representation of color #024819: hue angle of 139.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024819 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB27225-
CMYK0.9700.650.72
HSL139.71º94.59%14.51%-
HSV(B)139.71º97.22%28.24%-
XYZ2.524.721.7-
YUV45.71116.3196.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 72 (28.52% from 255) = 72.73%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=2.02%
G=72.73%
B=25.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272250.9700.650.72139.7194.5914.51
Hex2481961041488c5ff
Octal211031141010111021413717
Binary1010010001100111000010100000110010001000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024819; }

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

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

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

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

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

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

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

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