#004E2E

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

Shades of British Racing Green #004E2E

Tints of British Racing Green #004E2E

Color information

#004E2E (or 0x004E2E) is unknown color: approx British Racing Green. HEX triplet: 00, 4E and 2E. RGB value is (0,78,46). Sum of RGB (Red+Green+Blue) = 0+78+46=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #004E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E2E is #FFB1D1. Grayscale: #333333. Windows color (decimal): -16757202 or 3034624. OLE color: 3034624.

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

Color convert

RGB07846-
CMYK100.410.69
HSL155.38º100%15.29%-
HSV(B)155.38º100%30.59%-
XYZ3.225.653.5-
YUV51.03125.1691.6-

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) = 62.90%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=0%
G=62.90%
B=37.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal07846100.410.69155.3810015.29
Hex04E2E64029459b64f
Octal01165614405110523314417
Binary010011101011101100100010100110001011001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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