Html Css Color HEX #014B19 British Racing Green

📋 copy color: '#014B19'

red 1 ◦ green 75 ◦ blue 25

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

Shades of British Racing Green #014B19

Tints of British Racing Green #014B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 74.26%

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

R = 0.99%
G = 74.26%
B = 24.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#014B19 (or 0x014B19) is known color: British Racing Green. HEX triplet: 01, 4B and 19. RGB value is (1,75,25). Sum of RGB (Red+Green+Blue) = 1+75+25=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 75 (29.69% from 255 or 74.26% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 75 - color contains mainly: green. Hex color #014B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B19 is #FEB4E6. Grayscale: #2F2F2F. Windows color (decimal): -16692455 or 1657601. OLE color: 1657601.

HSL color Cylindrical-coordinate representation of color #014B19: hue angle of 139.46º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014B19 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 25 -
CMYK 0.99 0 0.67 0.71
HSL 139.46º 0.97% 0.15% -
HSV(B) 139.46º 0.99% 0.29% -
XYZ 2.7 5.11 1.76 -
YUV 47.17 115.48 95.07 -
System Red Green Blue C M Y K H S L
Decimal 1 75 25 0.99 0 0.67 0.71 139.46 0.97 0.15
Hex 1 4B 19 63 0 43 47 8B 61 F
Octal 1 113 31 143 0 103 107 213 141 17
Binary 1 1001011 11001 1100011 0 1000011 1000111 10001011 1100001 1111

Color Harmonies of #014B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B19

Black with #014B19

Text Example


Text Example

White with #014B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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