Html Css Color HEX #014A12 British Racing Green

📋 copy color: '#014A12'

red 1 ◦ green 74 ◦ blue 18

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

Shades of British Racing Green #014A12

Tints of British Racing Green #014A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 79.57%

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

R = 1.08%
G = 79.57%
B = 19.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#014A12 (or 0x014A12) is known color: British Racing Green. HEX triplet: 01, 4A and 12. RGB value is (1,74,18). Sum of RGB (Red+Green+Blue) = 1+74+18=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 74 (29.30% from 255 or 79.57% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 74 - color contains mainly: green. Hex color #014A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A12 is #FEB5ED. Grayscale: #2D2D2D. Windows color (decimal): -16692718 or 1198593. OLE color: 1198593.

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

Color convert

RGB 1 74 18 -
CMYK 0.99 0 0.76 0.71
HSL 133.97º 0.97% 0.15% -
HSV(B) 133.97º 0.99% 0.29% -
XYZ 2.57 4.95 1.39 -
YUV 45.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 1 74 18 0.99 0 0.76 0.71 133.97 0.97 0.15
Hex 1 4A 12 63 0 4C 47 86 61 F
Octal 1 112 22 143 0 114 107 206 141 17
Binary 1 1001010 10010 1100011 0 1001100 1000111 10000110 1100001 1111

Color Harmonies of #014A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A12

Black with #014A12

Text Example


Text Example

White with #014A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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