Html Css Color HEX #004119 British Racing Green

📋 copy color: '#004119'

red 0 ◦ green 65 ◦ blue 25

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

Shades of British Racing Green #004119

Tints of British Racing Green #004119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 72.22%

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

R = 0%
G = 72.22%
B = 27.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#004119 (or 0x004119) is known color: British Racing Green. HEX triplet: 00, 41 and 19. RGB value is (0,65,25). Sum of RGB (Red+Green+Blue) = 0+65+25=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #004119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004119 is #FFBEE6. Grayscale: #292929. Windows color (decimal): -16760551 or 1655040. OLE color: 1655040.

HSL color Cylindrical-coordinate representation of color #004119: hue angle of 143.08º 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 #004119 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 25 -
CMYK 1 0 0.62 0.75
HSL 143.08º 1% 0.13% -
HSV(B) 143.08º 1% 0.25% -
XYZ 2.07 3.85 1.55 -
YUV 41.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 0 65 25 1 0 0.62 0.75 143.08 1 0.13
Hex 0 41 19 64 0 3E 4B 8F 64 D
Octal 0 101 31 144 0 76 113 217 144 15
Binary 0 1000001 11001 1100100 0 111110 1001011 10001111 1100100 1101

Color Harmonies of #004119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004119

Black with #004119

Text Example


Text Example

White with #004119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004119; }

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

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

background-color css

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

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

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

border-color css

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

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

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