#075029

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

Shades of British Racing Green #075029

Tints of British Racing Green #075029

Color information

#075029 (or 0x075029) is unknown color: approx British Racing Green. HEX triplet: 07, 50 and 29. RGB value is (7,80,41). Sum of RGB (Red+Green+Blue) = 7+80+41=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #075029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075029 is #F8AFD6. Grayscale: #353535. Windows color (decimal): -16297943 or 2707463. OLE color: 2707463.

HSL color Cylindrical-coordinate representation of color #075029: hue angle of 147.95º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075029 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB78041-
CMYK0.9100.490.69
HSL147.95º83.91%17.06%-
HSV(B)147.95º91.25%31.37%-
XYZ3.365.943.07-
YUV53.73120.8294.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 80 (31.64% from 255) = 62.5%
BLUE value IS 41 (16.41% from 255) = 32.03%
R=5.47%
G=62.5%
B=32.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780410.9100.490.69147.9583.9117.06
Hex750295B03145945411
Octal71205113306110522412421
Binary111101000010100110110110110001100010110010100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075029; }

 p { color: rgb(7,80,41); }

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

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

 a { background-color: rgb(7,80,41); }

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

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

 span { border-color: rgb(7,80,41); }

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