#004B29

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

Shades of British Racing Green #004B29

Tints of British Racing Green #004B29

Color information

#004B29 (or 0x004B29) is unknown color: approx British Racing Green. HEX triplet: 00, 4B and 29. RGB value is (0,75,41). Sum of RGB (Red+Green+Blue) = 0+75+41=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #004B29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B29 is #FFB4D6. Grayscale: #303030. Windows color (decimal): -16757975 or 2706176. OLE color: 2706176.

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

Color convert

RGB07541-
CMYK100.450.71
HSL152.8º100%14.71%-
HSV(B)152.8º100%29.41%-
XYZ2.925.192.95-
YUV48.7123.6593.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 64.66%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=0%
G=64.66%
B=35.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07541100.450.71152.810014.71
Hex04B296402D479964f
Octal01135114405510723114417
Binary010010111010011100100010110110001111001100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,75,41); }

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

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

 a { background-color: rgb(0,75,41); }

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

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

 span { border-color: rgb(0,75,41); }

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