Html Css Color HEX #014C19 British Racing Green

📋 copy color: '#014C19'

red 1 ◦ green 76 ◦ blue 25

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

Shades of British Racing Green #014C19

Tints of British Racing Green #014C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 74.51%

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

R = 0.98%
G = 74.51%
B = 24.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.70

RGB Variations

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

Color information

#014C19 (or 0x014C19) is known color: British Racing Green. HEX triplet: 01, 4C and 19. RGB value is (1,76,25). Sum of RGB (Red+Green+Blue) = 1+76+25=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 76 (30.08% from 255 or 74.51% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 76 - color contains mainly: green. Hex color #014C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C19 is #FEB3E6. Grayscale: #2F2F2F. Windows color (decimal): -16692199 or 1657857. OLE color: 1657857.

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

Color convert

RGB 1 76 25 -
CMYK 0.99 0 0.67 0.70
HSL 139.2º 0.97% 0.15% -
HSV(B) 139.2º 0.99% 0.3% -
XYZ 2.77 5.25 1.79 -
YUV 47.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 1 76 25 0.99 0 0.67 0.70 139.2 0.97 0.15
Hex 1 4C 19 63 0 43 46 8B 61 F
Octal 1 114 31 143 0 103 106 213 141 17
Binary 1 1001100 11001 1100011 0 1000011 1000110 10001011 1100001 1111

Color Harmonies of #014C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C19

Black with #014C19

Text Example


Text Example

White with #014C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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