#074024

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

Shades of British Racing Green #074024

Tints of British Racing Green #074024

Color information

#074024 (or 0x074024) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 24. RGB value is (7,64,36). Sum of RGB (Red+Green+Blue) = 7+64+36=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #074024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074024 is #F8BFDB. Grayscale: #2B2B2B. Windows color (decimal): -16302044 or 2375687. OLE color: 2375687.

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

Color convert

RGB76436-
CMYK0.8900.440.75
HSL150.53º80.28%13.92%-
HSV(B)150.53º89.06%25.1%-
XYZ2.243.842.29-
YUV43.76123.62101.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=6.54%
G=59.81%
B=33.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764360.8900.440.75150.5380.2813.92
Hex740245902C4B9750e
Octal71004413105411322712016
Binary11110000001001001011001010110010010111001011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074024; }

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

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

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

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

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

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

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

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