#024F1E

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

Shades of British Racing Green #024F1E

Tints of British Racing Green #024F1E

Color information

#024F1E (or 0x024F1E) is unknown color: approx British Racing Green. HEX triplet: 02, 4F and 1E. RGB value is (2,79,30). Sum of RGB (Red+Green+Blue) = 2+79+30=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #024F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F1E is #FDB0E1. Grayscale: #323232. Windows color (decimal): -16625890 or 1986306. OLE color: 1986306.

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

Color convert

RGB27930-
CMYK0.9700.620.69
HSL141.82º95.06%15.88%-
HSV(B)141.82º97.47%30.98%-
XYZ3.065.72.17-
YUV50.39116.4993.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.80%
GREEN value IS 79 (31.25% from 255) = 71.17%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=1.80%
G=71.17%
B=27.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279300.9700.620.69141.8295.0615.88
Hex24F1E6103E458e5f10
Octal21173614107610521613720
Binary1010011111111011000010111110100010110001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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