Html Css Color HEX #013E17 British Racing Green

📋 copy color: '#013E17'

red 1 ◦ green 62 ◦ blue 23

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

Shades of British Racing Green #013E17

Tints of British Racing Green #013E17

RGB

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

 GREEN value IS 62 (24.61% from 255) = 72.09%

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

R = 1.16%
G = 72.09%
B = 26.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#013E17 (or 0x013E17) is known color: British Racing Green. HEX triplet: 01, 3E and 17. RGB value is (1,62,23). Sum of RGB (Red+Green+Blue) = 1+62+23=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #013E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E17 is #FEC1E8. Grayscale: #272727. Windows color (decimal): -16695785 or 1523201. OLE color: 1523201.

HSL color Cylindrical-coordinate representation of color #013E17: hue angle of 141.64º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E17 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 23 -
CMYK 0.98 0 0.63 0.76
HSL 141.64º 0.97% 0.12% -
HSV(B) 141.64º 0.98% 0.24% -
XYZ 1.89 3.51 1.39 -
YUV 39.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 1 62 23 0.98 0 0.63 0.76 141.64 0.97 0.12
Hex 1 3E 17 62 0 3F 4C 8E 61 C
Octal 1 76 27 142 0 77 114 216 141 14
Binary 1 111110 10111 1100010 0 111111 1001100 10001110 1100001 1100

Color Harmonies of #013E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E17

Black with #013E17

Text Example


Text Example

White with #013E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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