Html Css Color HEX #004518 British Racing Green

📋 copy color: '#004518'

red 0 ◦ green 69 ◦ blue 24

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

Shades of British Racing Green #004518

Tints of British Racing Green #004518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 74.19%

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

R = 0%
G = 74.19%
B = 25.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#004518 (or 0x004518) is known color: British Racing Green. HEX triplet: 00, 45 and 18. RGB value is (0,69,24). Sum of RGB (Red+Green+Blue) = 0+69+24=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 69 (27.34% from 255 or 74.19% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 69 - color contains mainly: green. Hex color #004518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004518 is #FFBAE7. Grayscale: #2B2B2B. Windows color (decimal): -16759528 or 1590528. OLE color: 1590528.

HSL color Cylindrical-coordinate representation of color #004518: hue angle of 140.87º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004518 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 69 24 -
CMYK 1 0 0.65 0.73
HSL 140.87º 1% 0.14% -
HSV(B) 140.87º 1% 0.27% -
XYZ 2.29 4.32 1.58 -
YUV 43.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 0 69 24 1 0 0.65 0.73 140.87 1 0.14
Hex 0 45 18 64 0 41 49 8D 64 E
Octal 0 105 30 144 0 101 111 215 144 16
Binary 0 1000101 11000 1100100 0 1000001 1001001 10001101 1100100 1110

Color Harmonies of #004518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004518

Black with #004518

Text Example


Text Example

White with #004518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004518; }

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

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

background-color css

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

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

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

border-color css

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

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

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