Html Css Color HEX #014722 British Racing Green

📋 copy color: '#014722'

red 1 ◦ green 71 ◦ blue 34

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

Shades of British Racing Green #014722

Tints of British Racing Green #014722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 66.98%

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

R = 0.94%
G = 66.98%
B = 32.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#014722 (or 0x014722) is known color: British Racing Green. HEX triplet: 01, 47 and 22. RGB value is (1,71,34). Sum of RGB (Red+Green+Blue) = 1+71+34=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #014722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014722 is #FEB8DD. Grayscale: #2D2D2D. Windows color (decimal): -16693470 or 2246401. OLE color: 2246401.

HSL color Cylindrical-coordinate representation of color #014722: hue angle of 148.29º 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 #014722 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 34 -
CMYK 0.99 0 0.52 0.72
HSL 148.29º 0.97% 0.14% -
HSV(B) 148.29º 0.99% 0.28% -
XYZ 2.55 4.63 2.27 -
YUV 45.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 1 71 34 0.99 0 0.52 0.72 148.29 0.97 0.14
Hex 1 47 22 63 0 34 48 94 61 E
Octal 1 107 42 143 0 64 110 224 141 16
Binary 1 1000111 100010 1100011 0 110100 1001000 10010100 1100001 1110

Color Harmonies of #014722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014722

Black with #014722

Text Example


Text Example

White with #014722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014722; }

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

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

background-color css

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

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

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

border-color css

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

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

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