Html Css Color HEX #00440E British Racing Green

📋 copy color: '#00440E'

red 0 ◦ green 68 ◦ blue 14

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

Shades of British Racing Green #00440E

Tints of British Racing Green #00440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.07%

R = 0%
G = 82.93%
B = 17.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#00440E (or 0x00440E) is known color: British Racing Green. HEX triplet: 00, 44 and 0E. RGB value is (0,68,14). Sum of RGB (Red+Green+Blue) = 0+68+14=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 68 (26.95% from 255 or 82.93% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 68 - color contains mainly: green. Hex color #00440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00440E is #FFBBF1. Grayscale: #292929. Windows color (decimal): -16759794 or 934912. OLE color: 934912.

HSL color Cylindrical-coordinate representation of color #00440E: hue angle of 132.35º 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 #00440E is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 68 14 -
CMYK 1 0 0.79 0.73
HSL 132.35º 1% 0.13% -
HSV(B) 132.35º 1% 0.27% -
XYZ 2.15 4.17 1.11 -
YUV 41.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 0 68 14 1 0 0.79 0.73 132.35 1 0.13
Hex 0 44 E 64 0 4F 49 84 64 D
Octal 0 104 16 144 0 117 111 204 144 15
Binary 0 1000100 1110 1100100 0 1001111 1001001 10000100 1100100 1101

Color Harmonies of #00440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00440E

Black with #00440E

Text Example


Text Example

White with #00440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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