#024B16

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

Shades of British Racing Green #024B16

Tints of British Racing Green #024B16

Color information

#024B16 (or 0x024B16) is unknown color: approx British Racing Green. HEX triplet: 02, 4B and 16. RGB value is (2,75,22). Sum of RGB (Red+Green+Blue) = 2+75+22=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 75 (29.69% from 255 or 75.76% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 75 - color contains mainly: green. Hex color #024B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024B16 is #FDB4E9. Grayscale: #2F2F2F. Windows color (decimal): -16626922 or 1460994. OLE color: 1460994.

HSL color Cylindrical-coordinate representation of color #024B16: hue angle of 136.44º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B16 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB27522-
CMYK0.9700.710.71
HSL136.44º94.81%15.1%-
HSV(B)136.44º97.33%29.41%-
XYZ2.695.11.6-
YUV47.13113.8295.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 75 (29.69% from 255) = 75.76%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=2.02%
G=75.76%
B=22.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal275220.9700.710.71136.4494.8115.1
Hex24B166104747885ff
Octal211326141010710721013717
Binary1010010111011011000010100011110001111000100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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