#014B10

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

Shades of British Racing Green #014B10

Tints of British Racing Green #014B10

Color information

#014B10 (or 0x014B10) is unknown color: approx British Racing Green. HEX triplet: 01, 4B and 10. RGB value is (1,75,16). Sum of RGB (Red+Green+Blue) = 1+75+16=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 75 (29.69% from 255 or 81.52% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 75 - color contains mainly: green. Hex color #014B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B10 is #FEB4EF. Grayscale: #2E2E2E. Windows color (decimal): -16692464 or 1067777. OLE color: 1067777.

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

Color convert

RGB17516-
CMYK0.9900.790.71
HSL132.16º97.37%14.9%-
HSV(B)132.16º98.67%29.41%-
XYZ2.625.081.33-
YUV46.15110.9895.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 75 (29.69% from 255) = 81.52%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=1.09%
G=81.52%
B=17.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal175160.9900.790.71132.1697.3714.9
Hex14B106304F478461f
Octal111320143011710720414117
Binary110010111000011000110100111110001111000010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014B10; }

 p { color: rgb(1,75,16); }

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

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

 a { background-color: rgb(1,75,16); }

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

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

 span { border-color: rgb(1,75,16); }

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