#024F20

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

Shades of British Racing Green #024F20

Tints of British Racing Green #024F20

Color information

#024F20 (or 0x024F20) is unknown color: approx British Racing Green. HEX triplet: 02, 4F and 20. RGB value is (2,79,32). Sum of RGB (Red+Green+Blue) = 2+79+32=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 79 (31.25% from 255 or 69.91% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 79 - color contains mainly: green. Hex color #024F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F20 is #FDB0DF. Grayscale: #323232. Windows color (decimal): -16625888 or 2117378. OLE color: 2117378.

HSL color Cylindrical-coordinate representation of color #024F20: hue angle of 143.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F20 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB27932-
CMYK0.9700.590.69
HSL143.38º95.06%15.88%-
HSV(B)143.38º97.47%30.98%-
XYZ3.085.712.31-
YUV50.62117.4993.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 79 (31.25% from 255) = 69.91%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=1.77%
G=69.91%
B=28.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279320.9700.590.69143.3895.0615.88
Hex24F206103B458f5f10
Octal21174014107310521713720
Binary10100111110000011000010111011100010110001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024F20; }

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

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

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

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

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

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

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

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