Html Css Color HEX #014812 British Racing Green

📋 copy color: '#014812'

red 1 ◦ green 72 ◦ blue 18

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

Shades of British Racing Green #014812

Tints of British Racing Green #014812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 79.12%

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

R = 1.1%
G = 79.12%
B = 19.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#014812 (or 0x014812) is known color: British Racing Green. HEX triplet: 01, 48 and 12. RGB value is (1,72,18). Sum of RGB (Red+Green+Blue) = 1+72+18=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #014812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014812 is #FEB7ED. Grayscale: #2C2C2C. Windows color (decimal): -16693230 or 1198081. OLE color: 1198081.

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

Color convert

RGB 1 72 18 -
CMYK 0.99 0 0.75 0.72
HSL 134.37º 0.97% 0.14% -
HSV(B) 134.37º 0.99% 0.28% -
XYZ 2.44 4.68 1.35 -
YUV 44.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 1 72 18 0.99 0 0.75 0.72 134.37 0.97 0.14
Hex 1 48 12 63 0 4B 48 86 61 E
Octal 1 110 22 143 0 113 110 206 141 16
Binary 1 1001000 10010 1100011 0 1001011 1001000 10000110 1100001 1110

Color Harmonies of #014812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014812

Black with #014812

Text Example


Text Example

White with #014812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014812; }

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

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

background-color css

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

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

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

border-color css

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

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

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