Html Css Color HEX #014817 British Racing Green

📋 copy color: '#014817'

red 1 ◦ green 72 ◦ blue 23

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

Shades of British Racing Green #014817

Tints of British Racing Green #014817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 75%

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

R = 1.04%
G = 75%
B = 23.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#014817 (or 0x014817) is known color: British Racing Green. HEX triplet: 01, 48 and 17. RGB value is (1,72,23). Sum of RGB (Red+Green+Blue) = 1+72+23=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #014817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014817 is #FEB7E8. Grayscale: #2D2D2D. Windows color (decimal): -16693225 or 1525761. OLE color: 1525761.

HSL color Cylindrical-coordinate representation of color #014817: hue angle of 138.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014817 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 23 -
CMYK 0.99 0 0.68 0.72
HSL 138.59º 0.97% 0.14% -
HSV(B) 138.59º 0.99% 0.28% -
XYZ 2.48 4.7 1.59 -
YUV 45.19 115.48 96.48 -
System Red Green Blue C M Y K H S L
Decimal 1 72 23 0.99 0 0.68 0.72 138.59 0.97 0.14
Hex 1 48 17 63 0 44 48 8B 61 E
Octal 1 110 27 143 0 104 110 213 141 16
Binary 1 1001000 10111 1100011 0 1000100 1001000 10001011 1100001 1110

Color Harmonies of #014817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014817

Black with #014817

Text Example


Text Example

White with #014817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014817; }

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

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

background-color css

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

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

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

border-color css

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

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

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