Html Css Color HEX #004814 British Racing Green

📋 copy color: '#004814'

red 0 ◦ green 72 ◦ blue 20

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

Shades of British Racing Green #004814

Tints of British Racing Green #004814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 0%
G = 78.26%
B = 21.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#004814 (or 0x004814) is known color: British Racing Green. HEX triplet: 00, 48 and 14. RGB value is (0,72,20). Sum of RGB (Red+Green+Blue) = 0+72+20=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #004814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004814 is #FFB7EB. Grayscale: #2C2C2C. Windows color (decimal): -16758764 or 1329152. OLE color: 1329152.

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

Color convert

RGB 0 72 20 -
CMYK 1 0 0.72 0.72
HSL 136.67º 1% 0.14% -
HSV(B) 136.67º 1% 0.28% -
XYZ 2.44 4.69 1.44 -
YUV 44.54 114.15 96.23 -
System Red Green Blue C M Y K H S L
Decimal 0 72 20 1 0 0.72 0.72 136.67 1 0.14
Hex 0 48 14 64 0 48 48 89 64 E
Octal 0 110 24 144 0 110 110 211 144 16
Binary 0 1001000 10100 1100100 0 1001000 1001000 10001001 1100100 1110

Color Harmonies of #004814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004814

Black with #004814

Text Example


Text Example

White with #004814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004814; }

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

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

background-color css

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

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

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

border-color css

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

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

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