Html Css Color HEX #014122 British Racing Green

📋 copy color: '#014122'

red 1 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #014122

Tints of British Racing Green #014122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 65%

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

R = 1%
G = 65%
B = 34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#014122 (or 0x014122) is known color: British Racing Green. HEX triplet: 01, 41 and 22. RGB value is (1,65,34). Sum of RGB (Red+Green+Blue) = 1+65+34=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #014122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014122 is #FEBEDD. Grayscale: #2A2A2A. Windows color (decimal): -16695006 or 2244865. OLE color: 2244865.

HSL color Cylindrical-coordinate representation of color #014122: hue angle of 150.94º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014122 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 34 -
CMYK 0.98 0 0.48 0.75
HSL 150.94º 0.97% 0.13% -
HSV(B) 150.94º 0.98% 0.25% -
XYZ 2.19 3.9 2.15 -
YUV 42.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 1 65 34 0.98 0 0.48 0.75 150.94 0.97 0.13
Hex 1 41 22 62 0 30 4B 97 61 D
Octal 1 101 42 142 0 60 113 227 141 15
Binary 1 1000001 100010 1100010 0 110000 1001011 10010111 1100001 1101

Color Harmonies of #014122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014122

Black with #014122

Text Example


Text Example

White with #014122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014122; }

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

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

background-color css

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

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

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

border-color css

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

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

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