Html Css Color HEX #004118 British Racing Green

📋 copy color: '#004118'

red 0 ◦ green 65 ◦ blue 24

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

Shades of British Racing Green #004118

Tints of British Racing Green #004118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.97%

R = 0%
G = 73.03%
B = 26.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#004118 (or 0x004118) is known color: British Racing Green. HEX triplet: 00, 41 and 18. RGB value is (0,65,24). Sum of RGB (Red+Green+Blue) = 0+65+24=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 65 (25.78% from 255 or 73.03% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 65 - color contains mainly: green. Hex color #004118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004118 is #FFBEE7. Grayscale: #282828. Windows color (decimal): -16760552 or 1589504. OLE color: 1589504.

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

Color convert

RGB 0 65 24 -
CMYK 1 0 0.63 0.75
HSL 142.15º 1% 0.13% -
HSV(B) 142.15º 1% 0.25% -
XYZ 2.06 3.85 1.5 -
YUV 40.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 0 65 24 1 0 0.63 0.75 142.15 1 0.13
Hex 0 41 18 64 0 3F 4B 8E 64 D
Octal 0 101 30 144 0 77 113 216 144 15
Binary 0 1000001 11000 1100100 0 111111 1001011 10001110 1100100 1101

Color Harmonies of #004118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004118

Black with #004118

Text Example


Text Example

White with #004118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004118; }

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

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

background-color css

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

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

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

border-color css

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

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

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