Html Css Color HEX #005420 British Racing Green

📋 copy color: '#005420'

red 0 ◦ green 84 ◦ blue 32

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

Shades of British Racing Green #005420

Tints of British Racing Green #005420

RGB

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

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

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

R = 0%
G = 72.41%
B = 27.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#005420 (or 0x005420) is known color: British Racing Green. HEX triplet: 00, 54 and 20. RGB value is (0,84,32). Sum of RGB (Red+Green+Blue) = 0+84+32=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #005420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005420 is #FFABDF. Grayscale: #353535. Windows color (decimal): -16755680 or 2118656. OLE color: 2118656.

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

Color convert

RGB 0 84 32 -
CMYK 1 0 0.62 0.67
HSL 142.86º 1% 0.16% -
HSV(B) 142.86º 1% 0.33% -
XYZ 3.43 6.44 2.43 -
YUV 52.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 0 84 32 1 0 0.62 0.67 142.86 1 0.16
Hex 0 54 20 64 0 3E 43 8F 64 10
Octal 0 124 40 144 0 76 103 217 144 20
Binary 0 1010100 100000 1100100 0 111110 1000011 10001111 1100100 10000

Color Harmonies of #005420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005420

Black with #005420

Text Example


Text Example

White with #005420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005420; }

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

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

background-color css

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

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

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

border-color css

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

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

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