#074031

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

Shades of British Racing Green #074031

Tints of British Racing Green #074031

Color information

#074031 (or 0x074031) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 31. RGB value is (7,64,49). Sum of RGB (Red+Green+Blue) = 7+64+49=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #074031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074031 is #F8BFCE. Grayscale: #2D2D2D. Windows color (decimal): -16302031 or 3227655. OLE color: 3227655.

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

Color convert

RGB76449-
CMYK0.8900.230.75
HSL164.21º80.28%13.92%-
HSV(B)164.21º89.06%25.1%-
XYZ2.483.933.53-
YUV45.25130.12100.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=5.83%
G=53.33%
B=40.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764490.8900.230.75164.2180.2813.92
Hex74031590174Ba450e
Octal71006113102711324412016
Binary1111000000110001101100101011110010111010010010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074031; }

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

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

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

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

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

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

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

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