#04501F

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

Shades of British Racing Green #04501F

Tints of British Racing Green #04501F

Color information

#04501F (or 0x04501F) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 1F. RGB value is (4,80,31). Sum of RGB (Red+Green+Blue) = 4+80+31=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #04501F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501F is #FBAFE0. Grayscale: #333333. Windows color (decimal): -16494561 or 2052100. OLE color: 2052100.

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

Color convert

RGB48031-
CMYK0.9500.610.69
HSL141.32º90.48%16.47%-
HSV(B)141.32º95%31.37%-
XYZ3.175.862.26-
YUV51.69116.3293.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 80 (31.64% from 255) = 69.57%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=3.48%
G=69.57%
B=26.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480310.9500.610.69141.3290.4816.47
Hex4501F5F03D458d5a10
Octal41203713707510521513220
Binary10010100001111110111110111101100010110001101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04501F; }

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

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

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

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

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

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

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

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