Html Css Color HEX #014413 British Racing Green

📋 copy color: '#014413'

red 1 ◦ green 68 ◦ blue 19

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

Shades of British Racing Green #014413

Tints of British Racing Green #014413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 77.27%

 BLUE value IS 19 (7.81% from 255) = 21.59%

R = 1.14%
G = 77.27%
B = 21.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#014413 (or 0x014413) is known color: British Racing Green. HEX triplet: 01, 44 and 13. RGB value is (1,68,19). Sum of RGB (Red+Green+Blue) = 1+68+19=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #014413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014413 is #FEBBEC. Grayscale: #2A2A2A. Windows color (decimal): -16694253 or 1262593. OLE color: 1262593.

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

Color convert

RGB 1 68 19 -
CMYK 0.99 0 0.72 0.73
HSL 136.12º 0.97% 0.14% -
HSV(B) 136.12º 0.99% 0.27% -
XYZ 2.2 4.19 1.31 -
YUV 42.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 1 68 19 0.99 0 0.72 0.73 136.12 0.97 0.14
Hex 1 44 13 63 0 48 49 88 61 E
Octal 1 104 23 143 0 110 111 210 141 16
Binary 1 1000100 10011 1100011 0 1001000 1001001 10001000 1100001 1110

Color Harmonies of #014413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014413

Black with #014413

Text Example


Text Example

White with #014413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014413; }

 p { color: rgb(1,68,19); }

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

background-color css

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

 a { background-color: rgb(1,68,19); }

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

border-color css

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

 span { border-color: rgb(1,68,19); }

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