#074025

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

Shades of British Racing Green #074025

Tints of British Racing Green #074025

Color information

#074025 (or 0x074025) is unknown color: approx British Racing Green. HEX triplet: 07, 40 and 25. RGB value is (7,64,37). Sum of RGB (Red+Green+Blue) = 7+64+37=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #074025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074025 is #F8BFDA. Grayscale: #2B2B2B. Windows color (decimal): -16302043 or 2441223. OLE color: 2441223.

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

Color convert

RGB76437-
CMYK0.8900.420.75
HSL151.58º80.28%13.92%-
HSV(B)151.58º89.06%25.1%-
XYZ2.253.852.37-
YUV43.88124.12101.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=6.48%
G=59.26%
B=34.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764370.8900.420.75151.5880.2813.92
Hex740255902A4B9850e
Octal71004513105211323012016
Binary11110000001001011011001010101010010111001100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074025; }

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

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

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

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

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

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

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

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