#074430

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

Shades of British Racing Green #074430

Tints of British Racing Green #074430

Color information

#074430 (or 0x074430) is unknown color: approx British Racing Green. HEX triplet: 07, 44 and 30. RGB value is (7,68,48). Sum of RGB (Red+Green+Blue) = 7+68+48=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #074430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074430 is #F8BBCF. Grayscale: #2F2F2F. Windows color (decimal): -16301008 or 3163143. OLE color: 3163143.

HSL color Cylindrical-coordinate representation of color #074430: hue angle of 160.33º 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 #074430 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB76848-
CMYK0.9000.290.73
HSL160.33º81.33%14.71%-
HSV(B)160.33º89.71%26.67%-
XYZ2.694.393.5-
YUV47.48128.2999.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 68 (26.95% from 255) = 55.28%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=5.69%
G=55.28%
B=39.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768480.9000.290.73160.3381.3314.71
Hex744305A01D49a051f
Octal71046013203511124012117
Binary1111000100110000101101001110110010011010000010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074430; }

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

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

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

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

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

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

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

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