#024F1D

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

Shades of British Racing Green #024F1D

Tints of British Racing Green #024F1D

Color information

#024F1D (or 0x024F1D) is unknown color: approx British Racing Green. HEX triplet: 02, 4F and 1D. RGB value is (2,79,29). Sum of RGB (Red+Green+Blue) = 2+79+29=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 79 (31.25% from 255 or 71.82% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 79 - color contains mainly: green. Hex color #024F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F1D is #FDB0E2. Grayscale: #323232. Windows color (decimal): -16625891 or 1920770. OLE color: 1920770.

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

Color convert

RGB27929-
CMYK0.9700.630.69
HSL141.04º95.06%15.88%-
HSV(B)141.04º97.47%30.98%-
XYZ3.045.692.1-
YUV50.28115.9993.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 79 (31.25% from 255) = 71.82%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=1.82%
G=71.82%
B=26.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal279290.9700.630.69141.0495.0615.88
Hex24F1D6103F458d5f10
Octal21173514107710521513720
Binary1010011111110111000010111111100010110001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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