#024813

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

Shades of British Racing Green #024813

Tints of British Racing Green #024813

Color information

#024813 (or 0x024813) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 13. RGB value is (2,72,19). Sum of RGB (Red+Green+Blue) = 2+72+19=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #024813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024813 is #FDB7EC. Grayscale: #2D2D2D. Windows color (decimal): -16627693 or 1263618. OLE color: 1263618.

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

Color convert

RGB27219-
CMYK0.9700.740.72
HSL134.57º94.59%14.51%-
HSV(B)134.57º97.22%28.24%-
XYZ2.464.691.39-
YUV45.03113.3197.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 72 (28.52% from 255) = 77.42%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=2.15%
G=77.42%
B=20.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272190.9700.740.72134.5794.5914.51
Hex248136104A48875ff
Octal211023141011211020713717
Binary1010010001001111000010100101010010001000011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024813; }

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

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

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

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

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

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

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

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