#045021

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

Shades of British Racing Green #045021

Tints of British Racing Green #045021

Color information

#045021 (or 0x045021) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 21. RGB value is (4,80,33). Sum of RGB (Red+Green+Blue) = 4+80+33=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #045021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045021 is #FBAFDE. Grayscale: #343434. Windows color (decimal): -16494559 or 2183172. OLE color: 2183172.

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

Color convert

RGB48033-
CMYK0.9500.590.69
HSL142.89º90.48%16.47%-
HSV(B)142.89º95%31.37%-
XYZ3.195.872.4-
YUV51.92117.3293.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 80 (31.64% from 255) = 68.38%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=3.42%
G=68.38%
B=28.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480330.9500.590.69142.8990.4816.47
Hex450215F03B458f5a10
Octal41204113707310521713220
Binary100101000010000110111110111011100010110001111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045021; }

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

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

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

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

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

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

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

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