Html Css Color HEX #014022 British Racing Green

📋 copy color: '#014022'

red 1 ◦ green 64 ◦ blue 34

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

Shades of British Racing Green #014022

Tints of British Racing Green #014022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 64.65%

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

R = 1.01%
G = 64.65%
B = 34.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#014022 (or 0x014022) is known color: British Racing Green. HEX triplet: 01, 40 and 22. RGB value is (1,64,34). Sum of RGB (Red+Green+Blue) = 1+64+34=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #014022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014022 is #FEBFDD. Grayscale: #292929. Windows color (decimal): -16695262 or 2244609. OLE color: 2244609.

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

Color convert

RGB 1 64 34 -
CMYK 0.98 0 0.47 0.75
HSL 151.43º 0.97% 0.13% -
HSV(B) 151.43º 0.98% 0.25% -
XYZ 2.13 3.79 2.13 -
YUV 41.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 1 64 34 0.98 0 0.47 0.75 151.43 0.97 0.13
Hex 1 40 22 62 0 2F 4B 97 61 D
Octal 1 100 42 142 0 57 113 227 141 15
Binary 1 1000000 100010 1100010 0 101111 1001011 10010111 1100001 1101

Color Harmonies of #014022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014022

Black with #014022

Text Example


Text Example

White with #014022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014022; }

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

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

background-color css

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

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

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

border-color css

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

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

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