Html Css Color HEX #004810 British Racing Green

📋 copy color: '#004810'

red 0 ◦ green 72 ◦ blue 16

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

Shades of British Racing Green #004810

Tints of British Racing Green #004810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.18%

R = 0%
G = 81.82%
B = 18.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#004810 (or 0x004810) is known color: British Racing Green. HEX triplet: 00, 48 and 10. RGB value is (0,72,16). Sum of RGB (Red+Green+Blue) = 0+72+16=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 72 (28.52% from 255 or 81.82% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 72 - color contains mainly: green. Hex color #004810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004810 is #FFB7EF. Grayscale: #2C2C2C. Windows color (decimal): -16758768 or 1067008. OLE color: 1067008.

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

Color convert

RGB 0 72 16 -
CMYK 1 0 0.78 0.72
HSL 133.33º 1% 0.14% -
HSV(B) 133.33º 1% 0.28% -
XYZ 2.41 4.67 1.26 -
YUV 44.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 0 72 16 1 0 0.78 0.72 133.33 1 0.14
Hex 0 48 10 64 0 4E 48 85 64 E
Octal 0 110 20 144 0 116 110 205 144 16
Binary 0 1001000 10000 1100100 0 1001110 1001000 10000101 1100100 1110

Color Harmonies of #004810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004810

Black with #004810

Text Example


Text Example

White with #004810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004810; }

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

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

background-color css

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

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

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

border-color css

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

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

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