Html Css Color HEX #014417 British Racing Green

📋 copy color: '#014417'

red 1 ◦ green 68 ◦ blue 23

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

Shades of British Racing Green #014417

Tints of British Racing Green #014417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25%

R = 1.09%
G = 73.91%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#014417 (or 0x014417) is known color: British Racing Green. HEX triplet: 01, 44 and 17. RGB value is (1,68,23). Sum of RGB (Red+Green+Blue) = 1+68+23=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 68 (26.95% from 255 or 73.91% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 68 - color contains mainly: green. Hex color #014417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014417 is #FEBBE8. Grayscale: #2A2A2A. Windows color (decimal): -16694249 or 1524737. OLE color: 1524737.

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

Color convert

RGB 1 68 23 -
CMYK 0.99 0 0.66 0.73
HSL 139.7º 0.97% 0.14% -
HSV(B) 139.7º 0.99% 0.27% -
XYZ 2.23 4.2 1.5 -
YUV 42.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 1 68 23 0.99 0 0.66 0.73 139.7 0.97 0.14
Hex 1 44 17 63 0 42 49 8C 61 E
Octal 1 104 27 143 0 102 111 214 141 16
Binary 1 1000100 10111 1100011 0 1000010 1001001 10001100 1100001 1110

Color Harmonies of #014417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014417

Black with #014417

Text Example


Text Example

White with #014417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014417; }

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

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

background-color css

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

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

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

border-color css

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

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

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