#04502B

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

Shades of British Racing Green #04502B

Tints of British Racing Green #04502B

Color information

#04502B (or 0x04502B) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 2B. RGB value is (4,80,43). Sum of RGB (Red+Green+Blue) = 4+80+43=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 80 (31.64% from 255 or 62.99% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 80 - color contains mainly: green. Hex color #04502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04502B is #FBAFD4. Grayscale: #353535. Windows color (decimal): -16494549 or 2838532. OLE color: 2838532.

HSL color Cylindrical-coordinate representation of color #04502B: hue angle of 150.79º 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 #04502B is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB48043-
CMYK0.9500.460.69
HSL150.79º90.48%16.47%-
HSV(B)150.79º95%31.37%-
XYZ3.355.943.25-
YUV53.06122.3293.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 80 (31.64% from 255) = 62.99%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=3.15%
G=62.99%
B=33.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480430.9500.460.69150.7990.4816.47
Hex4502B5F02E45975a10
Octal41205313705610522713220
Binary100101000010101110111110101110100010110010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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