Html Css Color HEX #014A22 British Racing Green

📋 copy color: '#014A22'

red 1 ◦ green 74 ◦ blue 34

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

Shades of British Racing Green #014A22

Tints of British Racing Green #014A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.19%

R = 0.92%
G = 67.89%
B = 31.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.71

RGB Variations

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

Color information

#014A22 (or 0x014A22) is known color: British Racing Green. HEX triplet: 01, 4A and 22. RGB value is (1,74,34). Sum of RGB (Red+Green+Blue) = 1+74+34=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 74 (29.30% from 255 or 67.89% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 74 - color contains mainly: green. Hex color #014A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014A22 is #FEB5DD. Grayscale: #2F2F2F. Windows color (decimal): -16692702 or 2247169. OLE color: 2247169.

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

Color convert

RGB 1 74 34 -
CMYK 0.99 0 0.54 0.71
HSL 147.12º 0.97% 0.15% -
HSV(B) 147.12º 0.99% 0.29% -
XYZ 2.75 5.02 2.34 -
YUV 47.61 120.32 94.75 -
System Red Green Blue C M Y K H S L
Decimal 1 74 34 0.99 0 0.54 0.71 147.12 0.97 0.15
Hex 1 4A 22 63 0 36 47 93 61 F
Octal 1 112 42 143 0 66 107 223 141 17
Binary 1 1001010 100010 1100011 0 110110 1000111 10010011 1100001 1111

Color Harmonies of #014A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014A22

Black with #014A22

Text Example


Text Example

White with #014A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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