Html Css Color HEX #004414 British Racing Green

📋 copy color: '#004414'

red 0 ◦ green 68 ◦ blue 20

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

Shades of British Racing Green #004414

Tints of British Racing Green #004414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 77.27%

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

R = 0%
G = 77.27%
B = 22.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.73

RGB Variations

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

Color information

#004414 (or 0x004414) is known color: British Racing Green. HEX triplet: 00, 44 and 14. RGB value is (0,68,20). Sum of RGB (Red+Green+Blue) = 0+68+20=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #004414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004414 is #FFBBEB. Grayscale: #2A2A2A. Windows color (decimal): -16759788 or 1328128. OLE color: 1328128.

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

Color convert

RGB 0 68 20 -
CMYK 1 0 0.71 0.73
HSL 137.65º 1% 0.13% -
HSV(B) 137.65º 1% 0.27% -
XYZ 2.19 4.18 1.35 -
YUV 42.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 0 68 20 1 0 0.71 0.73 137.65 1 0.13
Hex 0 44 14 64 0 47 49 8A 64 D
Octal 0 104 24 144 0 107 111 212 144 15
Binary 0 1000100 10100 1100100 0 1000111 1001001 10001010 1100100 1101

Color Harmonies of #004414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004414

Black with #004414

Text Example


Text Example

White with #004414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004414; }

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

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

background-color css

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

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

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

border-color css

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

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

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