Html Css Color HEX #005828 British Racing Green

📋 copy color: '#005828'

red 0 ◦ green 88 ◦ blue 40

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

Shades of British Racing Green #005828

Tints of British Racing Green #005828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 68.75%

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

R = 0%
G = 68.75%
B = 31.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#005828 (or 0x005828) is known color: British Racing Green. HEX triplet: 00, 58 and 28. RGB value is (0,88,40). Sum of RGB (Red+Green+Blue) = 0+88+40=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #005828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005828 is #FFA7D7. Grayscale: #383838. Windows color (decimal): -16754648 or 2643968. OLE color: 2643968.

HSL color Cylindrical-coordinate representation of color #005828: hue angle of 147.27º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005828 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 88 40 -
CMYK 1 0 0.55 0.65
HSL 147.27º 1% 0.17% -
HSV(B) 147.27º 1% 0.35% -
XYZ 3.87 7.13 3.18 -
YUV 56.22 118.85 87.9 -
System Red Green Blue C M Y K H S L
Decimal 0 88 40 1 0 0.55 0.65 147.27 1 0.17
Hex 0 58 28 64 0 37 41 93 64 11
Octal 0 130 50 144 0 67 101 223 144 21
Binary 0 1011000 101000 1100100 0 110111 1000001 10010011 1100100 10001

Color Harmonies of #005828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005828

Black with #005828

Text Example


Text Example

White with #005828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005828; }

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

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

background-color css

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

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

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

border-color css

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

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

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