#07412D

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

Shades of British Racing Green #07412D

Tints of British Racing Green #07412D

Color information

#07412D (or 0x07412D) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 2D. RGB value is (7,65,45). Sum of RGB (Red+Green+Blue) = 7+65+45=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #07412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412D is #F8BED2. Grayscale: #2D2D2D. Windows color (decimal): -16301779 or 2965767. OLE color: 2965767.

HSL color Cylindrical-coordinate representation of color #07412D: hue angle of 159.31º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07412D is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB76545-
CMYK0.8900.310.75
HSL159.31º80.56%14.12%-
HSV(B)159.31º89.23%25.49%-
XYZ2.454.023.13-
YUV45.38127.78100.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.98%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=5.98%
G=55.56%
B=38.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765450.8900.310.75159.3180.5614.12
Hex7412D5901F4B9f51e
Octal71015513103711323712116
Binary1111000001101101101100101111110010111001111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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