Html Css Color HEX #004019 British Racing Green

📋 copy color: '#004019'

red 0 ◦ green 64 ◦ blue 25

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

Shades of British Racing Green #004019

Tints of British Racing Green #004019

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 71.91%

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

R = 0%
G = 71.91%
B = 28.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#004019 (or 0x004019) is known color: British Racing Green. HEX triplet: 00, 40 and 19. RGB value is (0,64,25). Sum of RGB (Red+Green+Blue) = 0+64+25=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #004019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004019 is #FFBFE6. Grayscale: #282828. Windows color (decimal): -16760807 or 1654784. OLE color: 1654784.

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

Color convert

RGB 0 64 25 -
CMYK 1 0 0.61 0.75
HSL 143.44º 1% 0.13% -
HSV(B) 143.44º 1% 0.25% -
XYZ 2.01 3.74 1.54 -
YUV 40.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 0 64 25 1 0 0.61 0.75 143.44 1 0.13
Hex 0 40 19 64 0 3D 4B 8F 64 D
Octal 0 100 31 144 0 75 113 217 144 15
Binary 0 1000000 11001 1100100 0 111101 1001011 10001111 1100100 1101

Color Harmonies of #004019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004019

Black with #004019

Text Example


Text Example

White with #004019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004019; }

 p { color: rgb(0,64,25); }

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

background-color css

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

 a { background-color: rgb(0,64,25); }

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

border-color css

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

 span { border-color: rgb(0,64,25); }

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