Html Css Color HEX #004811 British Racing Green

📋 copy color: '#004811'

red 0 ◦ green 72 ◦ blue 17

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

Shades of British Racing Green #004811

Tints of British Racing Green #004811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.1%

R = 0%
G = 80.9%
B = 19.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#004811 (or 0x004811) is known color: British Racing Green. HEX triplet: 00, 48 and 11. RGB value is (0,72,17). Sum of RGB (Red+Green+Blue) = 0+72+17=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 72 (28.52% from 255 or 80.90% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 72 - color contains mainly: green. Hex color #004811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004811 is #FFB7EE. Grayscale: #2C2C2C. Windows color (decimal): -16758767 or 1132544. OLE color: 1132544.

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

Color convert

RGB 0 72 17 -
CMYK 1 0 0.76 0.72
HSL 134.17º 1% 0.14% -
HSV(B) 134.17º 1% 0.28% -
XYZ 2.42 4.68 1.31 -
YUV 44.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 0 72 17 1 0 0.76 0.72 134.17 1 0.14
Hex 0 48 11 64 0 4C 48 86 64 E
Octal 0 110 21 144 0 114 110 206 144 16
Binary 0 1001000 10001 1100100 0 1001100 1001000 10000110 1100100 1110

Color Harmonies of #004811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004811

Black with #004811

Text Example


Text Example

White with #004811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004811; }

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

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

background-color css

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

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

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

border-color css

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

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

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