Html Css Color HEX #014212 British Racing Green

📋 copy color: '#014212'

red 1 ◦ green 66 ◦ blue 18

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

Shades of British Racing Green #014212

Tints of British Racing Green #014212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 77.65%

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

R = 1.18%
G = 77.65%
B = 21.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#014212 (or 0x014212) is known color: British Racing Green. HEX triplet: 01, 42 and 12. RGB value is (1,66,18). Sum of RGB (Red+Green+Blue) = 1+66+18=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #014212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014212 is #FEBDED. Grayscale: #292929. Windows color (decimal): -16694766 or 1196545. OLE color: 1196545.

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

Color convert

RGB 1 66 18 -
CMYK 0.98 0 0.73 0.74
HSL 135.69º 0.97% 0.13% -
HSV(B) 135.69º 0.98% 0.26% -
XYZ 2.07 3.95 1.22 -
YUV 41.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 1 66 18 0.98 0 0.73 0.74 135.69 0.97 0.13
Hex 1 42 12 62 0 49 4A 88 61 D
Octal 1 102 22 142 0 111 112 210 141 15
Binary 1 1000010 10010 1100010 0 1001001 1001010 10001000 1100001 1101

Color Harmonies of #014212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014212

Black with #014212

Text Example


Text Example

White with #014212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014212; }

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

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

background-color css

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

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

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

border-color css

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

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

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