#074026

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

Shades of British Racing Green #074026

Tints of British Racing Green #074026

Color information

#074026 (or 0x074026) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 26. RGB value is (7,64,38). Sum of RGB (Red+Green+Blue) = 7+64+38=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #074026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074026 is #F8BFD9. Grayscale: #2C2C2C. Windows color (decimal): -16302042 or 2506759. OLE color: 2506759.

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

Color convert

RGB76438-
CMYK0.8900.410.75
HSL152.63º80.28%13.92%-
HSV(B)152.63º89.06%25.1%-
XYZ2.273.852.46-
YUV43.99124.62101.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 64 (25.39% from 255) = 58.72%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=6.42%
G=58.72%
B=34.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764380.8900.410.75152.6380.2813.92
Hex74026590294B9950e
Octal71004613105111323112016
Binary11110000001001101011001010100110010111001100110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074026; }

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

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

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

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

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

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

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

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