#04512D

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

Shades of British Racing Green #04512D

Tints of British Racing Green #04512D

Color information

#04512D (or 0x04512D) is unknown color: approx British Racing Green. HEX triplet: 04, 51 and 2D. RGB value is (4,81,45). Sum of RGB (Red+Green+Blue) = 4+81+45=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #04512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04512D is #FBAED2. Grayscale: #353535. Windows color (decimal): -16494291 or 2969860. OLE color: 2969860.

HSL color Cylindrical-coordinate representation of color #04512D: hue angle of 151.95º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04512D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB48145-
CMYK0.9500.440.68
HSL151.95º90.59%16.67%-
HSV(B)151.95º95.06%31.76%-
XYZ3.476.13.48-
YUV53.87122.9992.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 81 (32.03% from 255) = 62.31%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=3.08%
G=62.31%
B=34.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481450.9500.440.68151.9590.5916.67
Hex4512D5F02C44985b11
Octal41215513705410423013321
Binary100101000110110110111110101100100010010011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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