#07502D

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

Shades of British Racing Green #07502D

Tints of British Racing Green #07502D

Color information

#07502D (or 0x07502D) is unknown color: approx British Racing Green. HEX triplet: 07, 50 and 2D. RGB value is (7,80,45). Sum of RGB (Red+Green+Blue) = 7+80+45=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #07502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07502D is #F8AFD2. Grayscale: #363636. Windows color (decimal): -16297939 or 2969607. OLE color: 2969607.

HSL color Cylindrical-coordinate representation of color #07502D: hue angle of 151.23º 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 #07502D is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB78045-
CMYK0.9100.440.69
HSL151.23º83.91%17.06%-
HSV(B)151.23º91.25%31.37%-
XYZ3.435.973.45-
YUV54.18122.8294.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.30%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=5.30%
G=60.61%
B=34.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal780450.9100.440.69151.2383.9117.06
Hex7502D5B02C45975411
Octal71205513305410522712421
Binary111101000010110110110110101100100010110010111101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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