#024F21

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

Shades of British Racing Green #024F21

Tints of British Racing Green #024F21

Color information

#024F21 (or 0x024F21) is unknown color: approx British Racing Green. HEX triplet: 02, 4F and 21. RGB value is (2,79,33). Sum of RGB (Red+Green+Blue) = 2+79+33=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #024F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F21 is #FDB0DE. Grayscale: #323232. Windows color (decimal): -16625887 or 2182914. OLE color: 2182914.

HSL color Cylindrical-coordinate representation of color #024F21: hue angle of 144.16º 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 #024F21 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB27933-
CMYK0.9700.580.69
HSL144.16º95.06%15.88%-
HSV(B)144.16º97.47%30.98%-
XYZ3.15.712.38-
YUV50.73117.9993.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 79 (31.25% from 255) = 69.30%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=1.75%
G=69.30%
B=28.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279330.9700.580.69144.1695.0615.88
Hex24F216103A45905f10
Octal21174114107210522013720
Binary10100111110000111000010111010100010110010000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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