Html Css Color HEX #014512 British Racing Green

📋 copy color: '#014512'

red 1 ◦ green 69 ◦ blue 18

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

Shades of British Racing Green #014512

Tints of British Racing Green #014512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 78.41%

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

R = 1.14%
G = 78.41%
B = 20.45%

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

#014512 (or 0x014512) is known color: British Racing Green. HEX triplet: 01, 45 and 12. RGB value is (1,69,18). Sum of RGB (Red+Green+Blue) = 1+69+18=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 69 (27.34% from 255 or 78.41% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 69 - color contains mainly: green. Hex color #014512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014512 is #FEBAED. Grayscale: #2A2A2A. Windows color (decimal): -16693998 or 1197313. OLE color: 1197313.

HSL color Cylindrical-coordinate representation of color #014512: hue angle of 135º 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 #014512 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 18 -
CMYK 0.99 0 0.74 0.73
HSL 135º 0.97% 0.14% -
HSV(B) 135º 0.99% 0.27% -
XYZ 2.25 4.31 1.28 -
YUV 42.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 1 69 18 0.99 0 0.74 0.73 135 0.97 0.14
Hex 1 45 12 63 0 4A 49 87 61 E
Octal 1 105 22 143 0 112 111 207 141 16
Binary 1 1000101 10010 1100011 0 1001010 1001001 10000111 1100001 1110

Color Harmonies of #014512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014512

Black with #014512

Text Example


Text Example

White with #014512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014512; }

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

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

background-color css

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

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

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

border-color css

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

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

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