Html Css Color HEX #014222 British Racing Green

📋 copy color: '#014222'

red 1 ◦ green 66 ◦ blue 34

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

Shades of British Racing Green #014222

Tints of British Racing Green #014222

RGB

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

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

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

R = 0.99%
G = 65.35%
B = 33.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#014222 (or 0x014222) is known color: British Racing Green. HEX triplet: 01, 42 and 22. RGB value is (1,66,34). Sum of RGB (Red+Green+Blue) = 1+66+34=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #014222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014222 is #FEBDDD. Grayscale: #2A2A2A. Windows color (decimal): -16694750 or 2245121. OLE color: 2245121.

HSL color Cylindrical-coordinate representation of color #014222: hue angle of 150.46º 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 #014222 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 34 -
CMYK 0.98 0 0.48 0.74
HSL 150.46º 0.97% 0.13% -
HSV(B) 150.46º 0.98% 0.26% -
XYZ 2.25 4.02 2.17 -
YUV 42.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 1 66 34 0.98 0 0.48 0.74 150.46 0.97 0.13
Hex 1 42 22 62 0 30 4A 96 61 D
Octal 1 102 42 142 0 60 112 226 141 15
Binary 1 1000010 100010 1100010 0 110000 1001010 10010110 1100001 1101

Color Harmonies of #014222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014222

Black with #014222

Text Example


Text Example

White with #014222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014222; }

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

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

background-color css

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

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

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

border-color css

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

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

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