Html Css Color HEX #044E14 British Racing Green

📋 copy color: '#044E14'

red 4 ◦ green 78 ◦ blue 20

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

Shades of British Racing Green #044E14

Tints of British Racing Green #044E14

RGB

 RED value IS 4 (1.95% from 255) = 3.92%

 GREEN value IS 78 (30.86% from 255) = 76.47%

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

R = 3.92%
G = 76.47%
B = 19.61%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#044E14 (or 0x044E14) is known color: British Racing Green. HEX triplet: 04, 4E and 14. RGB value is (4,78,20). Sum of RGB (Red+Green+Blue) = 4+78+20=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 78 (30.86% from 255 or 76.47% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 78 - color contains mainly: green. Hex color #044E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #044E14 is #FBB1EB. Grayscale: #313131. Windows color (decimal): -16495084 or 1330692. OLE color: 1330692.

HSL color Cylindrical-coordinate representation of color #044E14: hue angle of 132.97º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044E14 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 78 20 -
CMYK 0.95 0 0.74 0.69
HSL 132.97º 0.9% 0.16% -
HSV(B) 132.97º 0.95% 0.31% -
XYZ 2.9 5.53 1.58 -
YUV 49.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 4 78 20 0.95 0 0.74 0.69 132.97 0.9 0.16
Hex 4 4E 14 5F 0 4A 45 85 5A 10
Octal 4 116 24 137 0 112 105 205 132 20
Binary 100 1001110 10100 1011111 0 1001010 1000101 10000101 1011010 10000

Color Harmonies of #044E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044E14

Black with #044E14

Text Example


Text Example

White with #044E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044E14; }

 p { color: rgb(4,78,20); }

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

background-color css

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

 a { background-color: rgb(4,78,20); }

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

border-color css

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

 span { border-color: rgb(4,78,20); }

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