#004C2A

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

Shades of British Racing Green #004C2A

Tints of British Racing Green #004C2A

Color information

#004C2A (or 0x004C2A) is unknown color: approx British Racing Green. HEX triplet: 00, 4C and 2A. RGB value is (0,76,42). Sum of RGB (Red+Green+Blue) = 0+76+42=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 76 (30.08% from 255 or 64.41% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 76 - color contains mainly: green. Hex color #004C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C2A is #FFB3D5. Grayscale: #313131. Windows color (decimal): -16757718 or 2771968. OLE color: 2771968.

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

Color convert

RGB07642-
CMYK100.450.70
HSL153.16º100%14.9%-
HSV(B)153.16º100%29.8%-
XYZ35.343.06-
YUV49.4123.8292.76-

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) = 64.41%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=0%
G=64.41%
B=35.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07642100.450.70153.1610014.9
Hex04C2A6402D469964f
Octal01145214405510623114417
Binary010011001010101100100010110110001101001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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