#045030

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

Shades of British Racing Green #045030

Tints of British Racing Green #045030

Color information

#045030 (or 0x045030) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 30. RGB value is (4,80,48). Sum of RGB (Red+Green+Blue) = 4+80+48=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #045030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045030 is #FBAFCF. Grayscale: #353535. Windows color (decimal): -16494544 or 3166212. OLE color: 3166212.

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

Color convert

RGB48048-
CMYK0.9500.400.69
HSL154.74º90.48%16.47%-
HSV(B)154.74º95%31.37%-
XYZ3.455.983.77-
YUV53.63124.8292.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=3.03%
G=60.61%
B=36.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480480.9500.400.69154.7490.4816.47
Hex450305F028459b5a10
Octal41206013705010523313220
Binary100101000011000010111110101000100010110011011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045030; }

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

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

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

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

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

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

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

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