Html Css Color HEX #013F19 British Racing Green

📋 copy color: '#013F19'

red 1 ◦ green 63 ◦ blue 25

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

Shades of British Racing Green #013F19

Tints of British Racing Green #013F19

RGB

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

 GREEN value IS 63 (25% from 255) = 70.79%

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

R = 1.12%
G = 70.79%
B = 28.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#013F19 (or 0x013F19) is known color: British Racing Green. HEX triplet: 01, 3F and 19. RGB value is (1,63,25). Sum of RGB (Red+Green+Blue) = 1+63+25=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 63 (25% from 255 or 70.79% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 63 - color contains mainly: green. Hex color #013F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F19 is #FEC0E6. Grayscale: #282828. Windows color (decimal): -16695527 or 1654529. OLE color: 1654529.

HSL color Cylindrical-coordinate representation of color #013F19: hue angle of 143.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F19 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 63 25 -
CMYK 0.98 0 0.60 0.75
HSL 143.23º 0.97% 0.13% -
HSV(B) 143.23º 0.98% 0.25% -
XYZ 1.97 3.63 1.52 -
YUV 40.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 1 63 25 0.98 0 0.60 0.75 143.23 0.97 0.13
Hex 1 3F 19 62 0 3C 4B 8F 61 D
Octal 1 77 31 142 0 74 113 217 141 15
Binary 1 111111 11001 1100010 0 111100 1001011 10001111 1100001 1101

Color Harmonies of #013F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013F19

Black with #013F19

Text Example


Text Example

White with #013F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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