#07402C

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

Shades of British Racing Green #07402C

Tints of British Racing Green #07402C

Color information

#07402C (or 0x07402C) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 2C. RGB value is (7,64,44). Sum of RGB (Red+Green+Blue) = 7+64+44=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #07402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07402C is #F8BFD3. Grayscale: #2C2C2C. Windows color (decimal): -16302036 or 2899975. OLE color: 2899975.

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

Color convert

RGB76444-
CMYK0.8900.310.75
HSL158.95º80.28%13.92%-
HSV(B)158.95º89.06%25.1%-
XYZ2.383.893.01-
YUV44.68127.62101.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 64 (25.39% from 255) = 55.65%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=6.09%
G=55.65%
B=38.26%

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
Decimal764440.8900.310.75158.9580.2813.92
Hex7402C5901F4B9f50e
Octal71005413103711323712016
Binary1111000000101100101100101111110010111001111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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