#004E1A

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

Shades of British Racing Green #004E1A

Tints of British Racing Green #004E1A

Color information

#004E1A (or 0x004E1A) is unknown color: approx British Racing Green. HEX triplet: 00, 4E and 1A. RGB value is (0,78,26). Sum of RGB (Red+Green+Blue) = 0+78+26=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 78 (30.86% from 255 or 75% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 78 - color contains mainly: green. Hex color #004E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E1A is #FFB1E5. Grayscale: #303030. Windows color (decimal): -16757222 or 1723904. OLE color: 1723904.

HSL color Cylindrical-coordinate representation of color #004E1A: hue angle of 140º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004E1A is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB07826-
CMYK100.670.69
HSL140º100%15.29%-
HSV(B)140º100%30.59%-
XYZ2.915.521.89-
YUV48.75115.1693.23-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 75%
BLUE value IS 26 (10.55% from 255) = 25%
R=0%
G=75%
B=25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07826100.670.6914010015.29
Hex04E1A64043458c64f
Octal011632144010310521414417
Binary010011101101011001000100001110001011000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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