#004E1D

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

Shades of British Racing Green #004E1D

Tints of British Racing Green #004E1D

Color information

#004E1D (or 0x004E1D) is unknown color: approx British Racing Green. HEX triplet: 00, 4E and 1D. RGB value is (0,78,29). Sum of RGB (Red+Green+Blue) = 0+78+29=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 78 (30.86% from 255 or 72.90% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 78 - color contains mainly: green. Hex color #004E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E1D is #FFB1E2. Grayscale: #313131. Windows color (decimal): -16757219 or 1920512. OLE color: 1920512.

HSL color Cylindrical-coordinate representation of color #004E1D: hue angle of 142.31º 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 #004E1D is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB07829-
CMYK100.630.69
HSL142.31º100%15.29%-
HSV(B)142.31º100%30.59%-
XYZ2.955.542.08-
YUV49.09116.6692.98-

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) = 72.90%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=0%
G=72.90%
B=27.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07829100.630.69142.3110015.29
Hex04E1D6403F458e64f
Octal01163514407710521614417
Binary01001110111011100100011111110001011000111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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