#07412A

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

Shades of British Racing Green #07412A

Tints of British Racing Green #07412A

Color information

#07412A (or 0x07412A) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 2A. RGB value is (7,65,42). Sum of RGB (Red+Green+Blue) = 7+65+42=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #07412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412A is #F8BED5. Grayscale: #2D2D2D. Windows color (decimal): -16301782 or 2769159. OLE color: 2769159.

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

Color convert

RGB76542-
CMYK0.8900.350.75
HSL156.21º80.56%14.12%-
HSV(B)156.21º89.23%25.49%-
XYZ2.43.992.83-
YUV45.04126.28100.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 65 (25.78% from 255) = 57.02%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=6.14%
G=57.02%
B=36.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765420.8900.350.75156.2180.5614.12
Hex7412A590234B9c51e
Octal71015213104311323412116
Binary11110000011010101011001010001110010111001110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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