Html Css Color HEX #004014 British Racing Green

📋 copy color: '#004014'

red 0 ◦ green 64 ◦ blue 20

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

Shades of British Racing Green #004014

Tints of British Racing Green #004014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 76.19%

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

R = 0%
G = 76.19%
B = 23.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#004014 (or 0x004014) is known color: British Racing Green. HEX triplet: 00, 40 and 14. RGB value is (0,64,20). Sum of RGB (Red+Green+Blue) = 0+64+20=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 64 (25.39% from 255 or 76.19% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 64 - color contains mainly: green. Hex color #004014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004014 is #FFBFEB. Grayscale: #272727. Windows color (decimal): -16760812 or 1327104. OLE color: 1327104.

HSL color Cylindrical-coordinate representation of color #004014: hue angle of 138.75º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004014 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 64 20 -
CMYK 1 0 0.69 0.75
HSL 138.75º 1% 0.13% -
HSV(B) 138.75º 1% 0.25% -
XYZ 1.96 3.72 1.28 -
YUV 39.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 0 64 20 1 0 0.69 0.75 138.75 1 0.13
Hex 0 40 14 64 0 45 4B 8B 64 D
Octal 0 100 24 144 0 105 113 213 144 15
Binary 0 1000000 10100 1100100 0 1000101 1001011 10001011 1100100 1101

Color Harmonies of #004014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004014

Black with #004014

Text Example


Text Example

White with #004014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004014; }

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

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

background-color css

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

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

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

border-color css

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

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

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