Html Css Color HEX #005428 British Racing Green

📋 copy color: '#005428'

red 0 ◦ green 84 ◦ blue 40

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

Shades of British Racing Green #005428

Tints of British Racing Green #005428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.74%

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

R = 0%
G = 67.74%
B = 32.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#005428 (or 0x005428) is known color: British Racing Green. HEX triplet: 00, 54 and 28. RGB value is (0,84,40). Sum of RGB (Red+Green+Blue) = 0+84+40=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #005428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005428 is #FFABD7. Grayscale: #353535. Windows color (decimal): -16755672 or 2642944. OLE color: 2642944.

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

Color convert

RGB 0 84 40 -
CMYK 1 0 0.52 0.67
HSL 148.57º 1% 0.16% -
HSV(B) 148.57º 1% 0.33% -
XYZ 3.55 6.49 3.07 -
YUV 53.87 120.17 89.58 -
System Red Green Blue C M Y K H S L
Decimal 0 84 40 1 0 0.52 0.67 148.57 1 0.16
Hex 0 54 28 64 0 34 43 95 64 10
Octal 0 124 50 144 0 64 103 225 144 20
Binary 0 1010100 101000 1100100 0 110100 1000011 10010101 1100100 10000

Color Harmonies of #005428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005428

Black with #005428

Text Example


Text Example

White with #005428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005428; }

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

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

background-color css

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

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

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

border-color css

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

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

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