#07412B

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

Shades of British Racing Green #07412B

Tints of British Racing Green #07412B

Color information

#07412B (or 0x07412B) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 2B. RGB value is (7,65,43). Sum of RGB (Red+Green+Blue) = 7+65+43=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #07412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412B is #F8BED4. Grayscale: #2D2D2D. Windows color (decimal): -16301781 or 2834695. OLE color: 2834695.

HSL color Cylindrical-coordinate representation of color #07412B: hue angle of 157.24º 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 #07412B is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB76543-
CMYK0.8900.340.75
HSL157.24º80.56%14.12%-
HSV(B)157.24º89.23%25.49%-
XYZ2.4142.93-
YUV45.15126.78100.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 65 (25.78% from 255) = 56.52%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=6.09%
G=56.52%
B=37.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765430.8900.340.75157.2480.5614.12
Hex7412B590224B9d51e
Octal71015313104211323512116
Binary11110000011010111011001010001010010111001110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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