Html Css Color HEX #004820 British Racing Green

📋 copy color: '#004820'

red 0 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #004820

Tints of British Racing Green #004820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 30.77%

R = 0%
G = 69.23%
B = 30.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#004820 (or 0x004820) is known color: British Racing Green. HEX triplet: 00, 48 and 20. RGB value is (0,72,32). Sum of RGB (Red+Green+Blue) = 0+72+32=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 72 (28.52% from 255 or 69.23% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 72 - color contains mainly: green. Hex color #004820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004820 is #FFB7DF. Grayscale: #2E2E2E. Windows color (decimal): -16758752 or 2115584. OLE color: 2115584.

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

Color convert

RGB 0 72 32 -
CMYK 1 0 0.56 0.72
HSL 146.67º 1% 0.14% -
HSV(B) 146.67º 1% 0.28% -
XYZ 2.58 4.74 2.15 -
YUV 45.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 0 72 32 1 0 0.56 0.72 146.67 1 0.14
Hex 0 48 20 64 0 38 48 93 64 E
Octal 0 110 40 144 0 70 110 223 144 16
Binary 0 1001000 100000 1100100 0 111000 1001000 10010011 1100100 1110

Color Harmonies of #004820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004820

Black with #004820

Text Example


Text Example

White with #004820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004820; }

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

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

background-color css

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

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

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

border-color css

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

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

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