#07402A

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

Shades of British Racing Green #07402A

Tints of British Racing Green #07402A

Color information

#07402A (or 0x07402A) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 2A. RGB value is (7,64,42). Sum of RGB (Red+Green+Blue) = 7+64+42=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #07402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07402A is #F8BFD5. Grayscale: #2C2C2C. Windows color (decimal): -16302038 or 2768903. OLE color: 2768903.

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

Color convert

RGB76442-
CMYK0.8900.340.75
HSL156.84º80.28%13.92%-
HSV(B)156.84º89.06%25.1%-
XYZ2.343.882.82-
YUV44.45126.62101.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=6.19%
G=56.64%
B=37.17%

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
Decimal764420.8900.340.75156.8480.2813.92
Hex7402A590224B9d50e
Octal71005213104211323512016
Binary11110000001010101011001010001010010111001110110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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