Html Css Color HEX #005714 British Racing Green

📋 copy color: '#005714'

red 0 ◦ green 87 ◦ blue 20

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

Shades of British Racing Green #005714

Tints of British Racing Green #005714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 81.31%

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

R = 0%
G = 81.31%
B = 18.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#005714 (or 0x005714) is known color: British Racing Green. HEX triplet: 00, 57 and 14. RGB value is (0,87,20). Sum of RGB (Red+Green+Blue) = 0+87+20=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #005714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005714 is #FFA8EB. Grayscale: #353535. Windows color (decimal): -16754924 or 1332992. OLE color: 1332992.

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

Color convert

RGB 0 87 20 -
CMYK 1 0 0.77 0.66
HSL 133.79º 1% 0.17% -
HSV(B) 133.79º 1% 0.34% -
XYZ 3.53 6.87 1.8 -
YUV 53.35 109.18 89.95 -
System Red Green Blue C M Y K H S L
Decimal 0 87 20 1 0 0.77 0.66 133.79 1 0.17
Hex 0 57 14 64 0 4D 42 86 64 11
Octal 0 127 24 144 0 115 102 206 144 21
Binary 0 1010111 10100 1100100 0 1001101 1000010 10000110 1100100 10001

Color Harmonies of #005714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005714

Black with #005714

Text Example


Text Example

White with #005714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005714; }

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

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

background-color css

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

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

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

border-color css

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

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

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