#04502D

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

Shades of British Racing Green #04502D

Tints of British Racing Green #04502D

Color information

#04502D (or 0x04502D) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 2D. RGB value is (4,80,45). Sum of RGB (Red+Green+Blue) = 4+80+45=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #04502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04502D is #FBAFD2. Grayscale: #353535. Windows color (decimal): -16494547 or 2969604. OLE color: 2969604.

HSL color Cylindrical-coordinate representation of color #04502D: hue angle of 152.37º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04502D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB48045-
CMYK0.9500.440.69
HSL152.37º90.48%16.47%-
HSV(B)152.37º95%31.37%-
XYZ3.395.953.45-
YUV53.29123.3292.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 80 (31.64% from 255) = 62.02%
BLUE value IS 45 (17.97% from 255) = 34.88%
R=3.10%
G=62.02%
B=34.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480450.9500.440.69152.3790.4816.47
Hex4502D5F02C45985a10
Octal41205513705410523013220
Binary100101000010110110111110101100100010110011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04502D; }

 p { color: rgb(4,80,45); }

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

<style>
 a { background-color: #04502D; }

 a { background-color: rgb(4,80,45); }

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

<style>
 span { border-color: #04502D; }

 span { border-color: rgb(4,80,45); }

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