#074429

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

Shades of British Racing Green #074429

Tints of British Racing Green #074429

Color information

#074429 (or 0x074429) is unknown color: approx British Racing Green. HEX triplet: 07, 44 and 29. RGB value is (7,68,41). Sum of RGB (Red+Green+Blue) = 7+68+41=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #074429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074429 is #F8BBD6. Grayscale: #2E2E2E. Windows color (decimal): -16301015 or 2704391. OLE color: 2704391.

HSL color Cylindrical-coordinate representation of color #074429: hue angle of 153.44º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074429 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB76841-
CMYK0.9000.400.73
HSL153.44º81.33%14.71%-
HSV(B)153.44º89.71%26.67%-
XYZ2.554.342.8-
YUV46.68124.7999.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 68 (26.95% from 255) = 58.62%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=6.03%
G=58.62%
B=35.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768410.9000.400.73153.4481.3314.71
Hex744295A028499951f
Octal71045113205011123112117
Binary11110001001010011011010010100010010011001100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074429; }

 p { color: rgb(7,68,41); }

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

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

 a { background-color: rgb(7,68,41); }

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

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

 span { border-color: rgb(7,68,41); }

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