#024F1C

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

Shades of British Racing Green #024F1C

Tints of British Racing Green #024F1C

Color information

#024F1C (or 0x024F1C) is unknown color: approx British Racing Green. HEX triplet: 02, 4F and 1C. RGB value is (2,79,28). Sum of RGB (Red+Green+Blue) = 2+79+28=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #024F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F1C is #FDB0E3. Grayscale: #323232. Windows color (decimal): -16625892 or 1855234. OLE color: 1855234.

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

Color convert

RGB27928-
CMYK0.9700.650.69
HSL140.26º95.06%15.88%-
HSV(B)140.26º97.47%30.98%-
XYZ3.035.692.04-
YUV50.16115.4993.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 79 (31.25% from 255) = 72.48%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=1.83%
G=72.48%
B=25.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279280.9700.650.69140.2695.0615.88
Hex24F1C61041458c5f10
Octal211734141010110521413720
Binary10100111111100110000101000001100010110001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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