Html Css Color HEX #004920 British Racing Green

📋 copy color: '#004920'

red 0 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #004920

Tints of British Racing Green #004920

RGB

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

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

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

R = 0%
G = 69.52%
B = 30.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#004920 (or 0x004920) is known color: British Racing Green. HEX triplet: 00, 49 and 20. RGB value is (0,73,32). Sum of RGB (Red+Green+Blue) = 0+73+32=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #004920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004920 is #FFB6DF. Grayscale: #2E2E2E. Windows color (decimal): -16758496 or 2115840. OLE color: 2115840.

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

Color convert

RGB 0 73 32 -
CMYK 1 0 0.56 0.71
HSL 146.3º 1% 0.14% -
HSV(B) 146.3º 1% 0.29% -
XYZ 2.64 4.87 2.17 -
YUV 46.5 119.82 94.83 -
System Red Green Blue C M Y K H S L
Decimal 0 73 32 1 0 0.56 0.71 146.3 1 0.14
Hex 0 49 20 64 0 38 47 92 64 E
Octal 0 111 40 144 0 70 107 222 144 16
Binary 0 1001001 100000 1100100 0 111000 1000111 10010010 1100100 1110

Color Harmonies of #004920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004920

Black with #004920

Text Example


Text Example

White with #004920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004920; }

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

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

background-color css

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

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

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

border-color css

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

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

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