Html Css Color HEX #004910 British Racing Green

📋 copy color: '#004910'

red 0 ◦ green 73 ◦ blue 16

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

Shades of British Racing Green #004910

Tints of British Racing Green #004910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 82.02%

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

R = 0%
G = 82.02%
B = 17.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#004910 (or 0x004910) is known color: British Racing Green. HEX triplet: 00, 49 and 10. RGB value is (0,73,16). Sum of RGB (Red+Green+Blue) = 0+73+16=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 73 (28.91% from 255 or 82.02% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 73 - color contains mainly: green. Hex color #004910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004910 is #FFB6EF. Grayscale: #2C2C2C. Windows color (decimal): -16758512 or 1067264. OLE color: 1067264.

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

Color convert

RGB 0 73 16 -
CMYK 1 0 0.78 0.71
HSL 133.15º 1% 0.14% -
HSV(B) 133.15º 1% 0.29% -
XYZ 2.48 4.8 1.29 -
YUV 44.68 111.82 96.13 -
System Red Green Blue C M Y K H S L
Decimal 0 73 16 1 0 0.78 0.71 133.15 1 0.14
Hex 0 49 10 64 0 4E 47 85 64 E
Octal 0 111 20 144 0 116 107 205 144 16
Binary 0 1001001 10000 1100100 0 1001110 1000111 10000101 1100100 1110

Color Harmonies of #004910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004910

Black with #004910

Text Example


Text Example

White with #004910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004910; }

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

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

background-color css

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

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

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

border-color css

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

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

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