#04512B

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

Shades of British Racing Green #04512B

Tints of British Racing Green #04512B

Color information

#04512B (or 0x04512B) is unknown color: approx British Racing Green. HEX triplet: 04, 51 and 2B. RGB value is (4,81,43). Sum of RGB (Red+Green+Blue) = 4+81+43=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #04512B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04512B is #FBAED4. Grayscale: #353535. Windows color (decimal): -16494293 or 2838788. OLE color: 2838788.

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

Color convert

RGB48143-
CMYK0.9500.470.68
HSL150.39º90.59%16.67%-
HSV(B)150.39º95.06%31.76%-
XYZ3.436.093.28-
YUV53.64121.9992.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 81 (32.03% from 255) = 63.28%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=3.12%
G=63.28%
B=33.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal481430.9500.470.68150.3990.5916.67
Hex4512B5F02F44965b11
Octal41215313705710422613321
Binary100101000110101110111110101111100010010010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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