Html Css Color HEX #014612 British Racing Green

📋 copy color: '#014612'

red 1 ◦ green 70 ◦ blue 18

#014612
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #014612

Tints of British Racing Green #014612

RGB

 RED value IS 1 (0.78% from 255) = 1.12%

 GREEN value IS 70 (27.73% from 255) = 78.65%

 BLUE value IS 18 (7.42% from 255) = 20.22%

R = 1.12%
G = 78.65%
B = 20.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#014612 (or 0x014612) is known color: British Racing Green. HEX triplet: 01, 46 and 12. RGB value is (1,70,18). Sum of RGB (Red+Green+Blue) = 1+70+18=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 70 (27.73% from 255 or 78.65% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 70 - color contains mainly: green. Hex color #014612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014612 is #FEB9ED. Grayscale: #2B2B2B. Windows color (decimal): -16693742 or 1197569. OLE color: 1197569.

HSL color Cylindrical-coordinate representation of color #014612: hue angle of 134.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014612 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 18 -
CMYK 0.99 0 0.74 0.73
HSL 134.78º 0.97% 0.14% -
HSV(B) 134.78º 0.99% 0.27% -
XYZ 2.31 4.43 1.31 -
YUV 43.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 1 70 18 0.99 0 0.74 0.73 134.78 0.97 0.14
Hex 1 46 12 63 0 4A 49 87 61 E
Octal 1 106 22 143 0 112 111 207 141 16
Binary 1 1000110 10010 1100011 0 1001010 1001001 10000111 1100001 1110

Color Harmonies of #014612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014612

Black with #014612

Text Example


Text Example

White with #014612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014612; }

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

 H1.HeaderClassName
 {
   color: #014612;
 }
 .AnyTagClassName
 {
   color: #014612;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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