Html Css Color HEX #005414 British Racing Green

📋 copy color: '#005414'

red 0 ◦ green 84 ◦ blue 20

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

Shades of British Racing Green #005414

Tints of British Racing Green #005414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 0%
G = 80.77%
B = 19.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#005414 (or 0x005414) is known color: British Racing Green. HEX triplet: 00, 54 and 14. RGB value is (0,84,20). Sum of RGB (Red+Green+Blue) = 0+84+20=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 84 (33.20% from 255 or 80.77% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 84 - color contains mainly: green. Hex color #005414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005414 is #FFABEB. Grayscale: #333333. Windows color (decimal): -16755692 or 1332224. OLE color: 1332224.

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

Color convert

RGB 0 84 20 -
CMYK 1 0 0.76 0.67
HSL 134.29º 1% 0.16% -
HSV(B) 134.29º 1% 0.33% -
XYZ 3.3 6.39 1.72 -
YUV 51.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 0 84 20 1 0 0.76 0.67 134.29 1 0.16
Hex 0 54 14 64 0 4C 43 86 64 10
Octal 0 124 24 144 0 114 103 206 144 20
Binary 0 1010100 10100 1100100 0 1001100 1000011 10000110 1100100 10000

Color Harmonies of #005414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005414

Black with #005414

Text Example


Text Example

White with #005414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005414; }

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

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

background-color css

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

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

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

border-color css

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

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

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