#044E1A

Color #044E1A British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #044E1A

Tints of British Racing Green #044E1A

Color information

#044E1A (or 0x044E1A) is unknown color: approx British Racing Green. HEX triplet: 04, 4E and 1A. RGB value is (4,78,26). Sum of RGB (Red+Green+Blue) = 4+78+26=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 78 (30.86% from 255 or 72.22% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 78 - color contains mainly: green. Hex color #044E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044E1A is #FBB1E5. Grayscale: #323232. Windows color (decimal): -16495078 or 1723908. OLE color: 1723908.

HSL color Cylindrical-coordinate representation of color #044E1A: hue angle of 137.84º 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 #044E1A is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB47826-
CMYK0.9500.670.69
HSL137.84º90.24%16.08%-
HSV(B)137.84º94.87%30.59%-
XYZ2.965.551.89-
YUV49.95114.4895.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 78 (30.86% from 255) = 72.22%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=3.70%
G=72.22%
B=24.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal478260.9500.670.69137.8490.2416.08
Hex44E1A5F043458a5a10
Octal411632137010310521213220
Binary100100111011010101111101000011100010110001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #044E1A;
 }
 .AnyTagClassName
 {
   color: #044E1A;
 }
</style>
background-color css

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

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

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

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

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

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