Html Css Color HEX #004928 British Racing Green

📋 copy color: '#004928'

red 0 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #004928

Tints of British Racing Green #004928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.4%

R = 0%
G = 64.6%
B = 35.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#004928 (or 0x004928) is known color: British Racing Green. HEX triplet: 00, 49 and 28. RGB value is (0,73,40). Sum of RGB (Red+Green+Blue) = 0+73+40=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #004928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004928 is #FFB6D7. Grayscale: #2F2F2F. Windows color (decimal): -16758488 or 2640128. OLE color: 2640128.

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

Color convert

RGB 0 73 40 -
CMYK 1 0 0.45 0.71
HSL 152.88º 1% 0.14% -
HSV(B) 152.88º 1% 0.29% -
XYZ 2.77 4.92 2.81 -
YUV 47.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 0 73 40 1 0 0.45 0.71 152.88 1 0.14
Hex 0 49 28 64 0 2D 47 99 64 E
Octal 0 111 50 144 0 55 107 231 144 16
Binary 0 1001001 101000 1100100 0 101101 1000111 10011001 1100100 1110

Color Harmonies of #004928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004928

Black with #004928

Text Example


Text Example

White with #004928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004928; }

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

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

background-color css

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

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

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

border-color css

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

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

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