#024116

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

Shades of British Racing Green #024116

Tints of British Racing Green #024116

Color information

#024116 (or 0x024116) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 16. RGB value is (2,65,22). Sum of RGB (Red+Green+Blue) = 2+65+22=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #024116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024116 is #FDBEE9. Grayscale: #292929. Windows color (decimal): -16629482 or 1458434. OLE color: 1458434.

HSL color Cylindrical-coordinate representation of color #024116: hue angle of 139.05º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024116 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB26522-
CMYK0.9700.660.75
HSL139.05º94.03%13.14%-
HSV(B)139.05º96.92%25.49%-
XYZ2.063.851.39-
YUV41.26117.13100-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.25%
GREEN value IS 65 (25.78% from 255) = 73.03%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=2.25%
G=73.03%
B=24.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265220.9700.660.75139.0594.0313.14
Hex24116610424B8b5ed
Octal210126141010211321313615
Binary1010000011011011000010100001010010111000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024116; }

 p { color: rgb(2,65,22); }

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

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

 a { background-color: rgb(2,65,22); }

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

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

 span { border-color: rgb(2,65,22); }

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