Html Css Color HEX #004818 British Racing Green

📋 copy color: '#004818'

red 0 ◦ green 72 ◦ blue 24

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

Shades of British Racing Green #004818

Tints of British Racing Green #004818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 75%

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

R = 0%
G = 75%
B = 25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#004818 (or 0x004818) is known color: British Racing Green. HEX triplet: 00, 48 and 18. RGB value is (0,72,24). Sum of RGB (Red+Green+Blue) = 0+72+24=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 24 (9.77% from 255 or 25% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #004818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004818 is #FFB7E7. Grayscale: #2D2D2D. Windows color (decimal): -16758760 or 1591296. OLE color: 1591296.

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

Color convert

RGB 0 72 24 -
CMYK 1 0 0.67 0.72
HSL 140º 1% 0.14% -
HSV(B) 140º 1% 0.28% -
XYZ 2.48 4.7 1.64 -
YUV 45 116.15 95.9 -
System Red Green Blue C M Y K H S L
Decimal 0 72 24 1 0 0.67 0.72 140 1 0.14
Hex 0 48 18 64 0 43 48 8C 64 E
Octal 0 110 30 144 0 103 110 214 144 16
Binary 0 1001000 11000 1100100 0 1000011 1001000 10001100 1100100 1110

Color Harmonies of #004818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004818

Black with #004818

Text Example


Text Example

White with #004818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004818; }

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

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

background-color css

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

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

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

border-color css

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

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

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