#024020

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

Shades of British Racing Green #024020

Tints of British Racing Green #024020

Color information

#024020 (or 0x024020) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 20. RGB value is (2,64,32). Sum of RGB (Red+Green+Blue) = 2+64+32=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #024020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024020 is #FDBFDF. Grayscale: #292929. Windows color (decimal): -16629728 or 2113538. OLE color: 2113538.

HSL color Cylindrical-coordinate representation of color #024020: hue angle of 149.03º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024020 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB26432-
CMYK0.9700.500.75
HSL149.03º93.94%12.94%-
HSV(B)149.03º96.88%25.1%-
XYZ2.123.781.99-
YUV41.81122.4699.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=2.04%
G=65.31%
B=32.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264320.9700.500.75149.0393.9412.94
Hex24020610324B955ed
Octal21004014106211322513615
Binary1010000001000001100001011001010010111001010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024020; }

 p { color: rgb(2,64,32); }

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

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

 a { background-color: rgb(2,64,32); }

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

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

 span { border-color: rgb(2,64,32); }

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