Html Css Color HEX #013917 British Racing Green

📋 copy color: '#013917'

red 1 ◦ green 57 ◦ blue 23

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

Shades of British Racing Green #013917

Tints of British Racing Green #013917

RGB

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

 GREEN value IS 57 (22.66% from 255) = 70.37%

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

R = 1.23%
G = 70.37%
B = 28.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#013917 (or 0x013917) is known color: British Racing Green. HEX triplet: 01, 39 and 17. RGB value is (1,57,23). Sum of RGB (Red+Green+Blue) = 1+57+23=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #013917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013917 is #FEC6E8. Grayscale: #242424. Windows color (decimal): -16697065 or 1521921. OLE color: 1521921.

HSL color Cylindrical-coordinate representation of color #013917: hue angle of 143.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013917 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 57 23 -
CMYK 0.98 0 0.60 0.78
HSL 143.57º 0.97% 0.11% -
HSV(B) 143.57º 0.98% 0.22% -
XYZ 1.63 2.99 1.3 -
YUV 36.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 1 57 23 0.98 0 0.60 0.78 143.57 0.97 0.11
Hex 1 39 17 62 0 3C 4E 90 61 B
Octal 1 71 27 142 0 74 116 220 141 13
Binary 1 111001 10111 1100010 0 111100 1001110 10010000 1100001 1011

Color Harmonies of #013917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013917

Black with #013917

Text Example


Text Example

White with #013917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013917; }

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

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

background-color css

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

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

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

border-color css

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

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

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