Html Css Color HEX #014912 British Racing Green

📋 copy color: '#014912'

red 1 ◦ green 73 ◦ blue 18

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

Shades of British Racing Green #014912

Tints of British Racing Green #014912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 79.35%

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

R = 1.09%
G = 79.35%
B = 19.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#014912 (or 0x014912) is known color: British Racing Green. HEX triplet: 01, 49 and 12. RGB value is (1,73,18). Sum of RGB (Red+Green+Blue) = 1+73+18=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 73 (28.91% from 255 or 79.35% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 73 - color contains mainly: green. Hex color #014912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014912 is #FEB6ED. Grayscale: #2D2D2D. Windows color (decimal): -16692974 or 1198337. OLE color: 1198337.

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

Color convert

RGB 1 73 18 -
CMYK 0.99 0 0.75 0.71
HSL 134.17º 0.97% 0.15% -
HSV(B) 134.17º 0.99% 0.29% -
XYZ 2.5 4.82 1.37 -
YUV 45.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 1 73 18 0.99 0 0.75 0.71 134.17 0.97 0.15
Hex 1 49 12 63 0 4B 47 86 61 F
Octal 1 111 22 143 0 113 107 206 141 17
Binary 1 1001001 10010 1100011 0 1001011 1000111 10000110 1100001 1111

Color Harmonies of #014912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014912

Black with #014912

Text Example


Text Example

White with #014912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014912; }

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

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

background-color css

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

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

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

border-color css

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

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

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