#004C1E

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

Shades of British Racing Green #004C1E

Tints of British Racing Green #004C1E

Color information

#004C1E (or 0x004C1E) is unknown color: approx British Racing Green. HEX triplet: 00, 4C and 1E. RGB value is (0,76,30). Sum of RGB (Red+Green+Blue) = 0+76+30=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 76 (30.08% from 255 or 71.70% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 76 - color contains mainly: green. Hex color #004C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C1E is #FFB3E1. Grayscale: #303030. Windows color (decimal): -16757730 or 1985536. OLE color: 1985536.

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

Color convert

RGB07630-
CMYK100.610.70
HSL143.68º100%14.9%-
HSV(B)143.68º100%29.8%-
XYZ2.825.262.1-
YUV48.03117.8293.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 71.70%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=0%
G=71.70%
B=28.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07630100.610.70143.6810014.9
Hex04C1E6403D469064f
Octal01143614407510622014417
Binary01001100111101100100011110110001101001000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,76,30); }

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

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

 a { background-color: rgb(0,76,30); }

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

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

 span { border-color: rgb(0,76,30); }

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