Html Css Color HEX #014517 British Racing Green

📋 copy color: '#014517'

red 1 ◦ green 69 ◦ blue 23

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

Shades of British Racing Green #014517

Tints of British Racing Green #014517

RGB

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

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

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

R = 1.08%
G = 74.19%
B = 24.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#014517 (or 0x014517) is known color: British Racing Green. HEX triplet: 01, 45 and 17. RGB value is (1,69,23). Sum of RGB (Red+Green+Blue) = 1+69+23=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #014517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014517 is #FEBAE8. Grayscale: #2B2B2B. Windows color (decimal): -16693993 or 1524993. OLE color: 1524993.

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

Color convert

RGB 1 69 23 -
CMYK 0.99 0 0.67 0.73
HSL 139.41º 0.97% 0.14% -
HSV(B) 139.41º 0.99% 0.27% -
XYZ 2.3 4.32 1.52 -
YUV 43.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 1 69 23 0.99 0 0.67 0.73 139.41 0.97 0.14
Hex 1 45 17 63 0 43 49 8B 61 E
Octal 1 105 27 143 0 103 111 213 141 16
Binary 1 1000101 10111 1100011 0 1000011 1001001 10001011 1100001 1110

Color Harmonies of #014517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014517

Black with #014517

Text Example


Text Example

White with #014517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014517; }

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

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

background-color css

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

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

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

border-color css

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

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

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