Html Css Color HEX #004018 British Racing Green

📋 copy color: '#004018'

red 0 ◦ green 64 ◦ blue 24

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

Shades of British Racing Green #004018

Tints of British Racing Green #004018

RGB

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

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

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

R = 0%
G = 72.73%
B = 27.27%

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

#004018 (or 0x004018) is known color: British Racing Green. HEX triplet: 00, 40 and 18. RGB value is (0,64,24). Sum of RGB (Red+Green+Blue) = 0+64+24=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #004018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004018 is #FFBFE7. Grayscale: #282828. Windows color (decimal): -16760808 or 1589248. OLE color: 1589248.

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

Color convert

RGB 0 64 24 -
CMYK 1 0 0.62 0.75
HSL 142.5º 1% 0.13% -
HSV(B) 142.5º 1% 0.25% -
XYZ 2 3.73 1.48 -
YUV 40.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 0 64 24 1 0 0.62 0.75 142.5 1 0.13
Hex 0 40 18 64 0 3E 4B 8E 64 D
Octal 0 100 30 144 0 76 113 216 144 15
Binary 0 1000000 11000 1100100 0 111110 1001011 10001110 1100100 1101

Color Harmonies of #004018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004018

Black with #004018

Text Example


Text Example

White with #004018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004018; }

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

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

background-color css

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

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

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

border-color css

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

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

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