Html Css Color HEX #013E19 British Racing Green

📋 copy color: '#013E19'

red 1 ◦ green 62 ◦ blue 25

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

Shades of British Racing Green #013E19

Tints of British Racing Green #013E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.41%

R = 1.14%
G = 70.45%
B = 28.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.76

RGB Variations

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

Color information

#013E19 (or 0x013E19) is known color: British Racing Green. HEX triplet: 01, 3E and 19. RGB value is (1,62,25). Sum of RGB (Red+Green+Blue) = 1+62+25=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 62 (24.61% from 255 or 70.45% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 62 - color contains mainly: green. Hex color #013E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E19 is #FEC1E6. Grayscale: #272727. Windows color (decimal): -16695783 or 1654273. OLE color: 1654273.

HSL color Cylindrical-coordinate representation of color #013E19: hue angle of 143.61º 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 #013E19 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 25 -
CMYK 0.98 0 0.60 0.76
HSL 143.61º 0.97% 0.12% -
HSV(B) 143.61º 0.98% 0.24% -
XYZ 1.91 3.52 1.5 -
YUV 39.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 1 62 25 0.98 0 0.60 0.76 143.61 0.97 0.12
Hex 1 3E 19 62 0 3C 4C 90 61 C
Octal 1 76 31 142 0 74 114 220 141 14
Binary 1 111110 11001 1100010 0 111100 1001100 10010000 1100001 1100

Color Harmonies of #013E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E19

Black with #013E19

Text Example


Text Example

White with #013E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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