Html Css Color HEX #014522 British Racing Green

📋 copy color: '#014522'

red 1 ◦ green 69 ◦ blue 34

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

Shades of British Racing Green #014522

Tints of British Racing Green #014522

RGB

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

 GREEN value IS 69 (27.34% from 255) = 66.35%

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

R = 0.96%
G = 66.35%
B = 32.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#014522 (or 0x014522) is known color: British Racing Green. HEX triplet: 01, 45 and 22. RGB value is (1,69,34). Sum of RGB (Red+Green+Blue) = 1+69+34=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #014522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014522 is #FEBADD. Grayscale: #2C2C2C. Windows color (decimal): -16693982 or 2245889. OLE color: 2245889.

HSL color Cylindrical-coordinate representation of color #014522: hue angle of 149.12º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014522 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 69 34 -
CMYK 0.99 0 0.51 0.73
HSL 149.12º 0.97% 0.14% -
HSV(B) 149.12º 0.99% 0.27% -
XYZ 2.43 4.38 2.23 -
YUV 44.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 1 69 34 0.99 0 0.51 0.73 149.12 0.97 0.14
Hex 1 45 22 63 0 33 49 95 61 E
Octal 1 105 42 143 0 63 111 225 141 16
Binary 1 1000101 100010 1100011 0 110011 1001001 10010101 1100001 1110

Color Harmonies of #014522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014522

Black with #014522

Text Example


Text Example

White with #014522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014522; }

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

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

background-color css

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

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

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

border-color css

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

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

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