Html Css Color HEX #005028 British Racing Green

📋 copy color: '#005028'

red 0 ◦ green 80 ◦ blue 40

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

Shades of British Racing Green #005028

Tints of British Racing Green #005028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 66.67%

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

R = 0%
G = 66.67%
B = 33.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#005028 (or 0x005028) is known color: British Racing Green. HEX triplet: 00, 50 and 28. RGB value is (0,80,40). Sum of RGB (Red+Green+Blue) = 0+80+40=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #005028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005028 is #FFAFD7. Grayscale: #333333. Windows color (decimal): -16756696 or 2641920. OLE color: 2641920.

HSL color Cylindrical-coordinate representation of color #005028: hue angle of 150º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005028 is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 40 -
CMYK 1 0 0.5 0.69
HSL 150º 1% 0.16% -
HSV(B) 150º 1% 0.31% -
XYZ 3.25 5.89 2.97 -
YUV 51.52 121.5 91.25 -
System Red Green Blue C M Y K H S L
Decimal 0 80 40 1 0 0.5 0.69 150 1 0.16
Hex 0 50 28 64 0 32 45 96 64 10
Octal 0 120 50 144 0 62 105 226 144 20
Binary 0 1010000 101000 1100100 0 110010 1000101 10010110 1100100 10000

Color Harmonies of #005028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005028

Black with #005028

Text Example


Text Example

White with #005028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005028; }

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

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

background-color css

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

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

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

border-color css

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

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

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