#014D12

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

Shades of British Racing Green #014D12

Tints of British Racing Green #014D12

Color information

#014D12 (or 0x014D12) is unknown color: approx British Racing Green. HEX triplet: 01, 4D and 12. RGB value is (1,77,18). Sum of RGB (Red+Green+Blue) = 1+77+18=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #014D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D12 is #FEB2ED. Grayscale: #2F2F2F. Windows color (decimal): -16691950 or 1199361. OLE color: 1199361.

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

Color convert

RGB17718-
CMYK0.9900.770.70
HSL133.42º97.44%15.29%-
HSV(B)133.42º98.7%30.2%-
XYZ2.785.361.46-
YUV47.55111.3294.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 77 (30.47% from 255) = 80.21%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=1.04%
G=80.21%
B=18.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177180.9900.770.70133.4297.4415.29
Hex14D126304D468561f
Octal111522143011510620514117
Binary110011011001011000110100110110001101000010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,77,18); }

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

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

 a { background-color: rgb(1,77,18); }

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

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

 span { border-color: rgb(1,77,18); }

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