#004C2B

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

Shades of British Racing Green #004C2B

Tints of British Racing Green #004C2B

Color information

#004C2B (or 0x004C2B) is unknown color: approx British Racing Green. HEX triplet: 00, 4C and 2B. RGB value is (0,76,43). Sum of RGB (Red+Green+Blue) = 0+76+43=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #004C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C2B is #FFB3D4. Grayscale: #313131. Windows color (decimal): -16757717 or 2837504. OLE color: 2837504.

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

Color convert

RGB07643-
CMYK100.430.70
HSL153.95º100%14.9%-
HSV(B)153.95º100%29.8%-
XYZ3.025.343.16-
YUV49.51124.3292.68-

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) = 63.87%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=0%
G=63.87%
B=36.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07643100.430.70153.9510014.9
Hex04C2B6402B469a64f
Octal01145314405310623214417
Binary010011001010111100100010101110001101001101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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