#073E2A

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

Shades of British Racing Green #073E2A

Tints of British Racing Green #073E2A

Color information

#073E2A (or 0x073E2A) is unknown color: approx British Racing Green. HEX triplet: 07, 3E and 2A. RGB value is (7,62,42). Sum of RGB (Red+Green+Blue) = 7+62+42=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #073E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E2A is #F8C1D5. Grayscale: #2B2B2B. Windows color (decimal): -16302550 or 2768391. OLE color: 2768391.

HSL color Cylindrical-coordinate representation of color #073E2A: hue angle of 158.18º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E2A is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.76.

Color convert

RGB76242-
CMYK0.8900.320.76
HSL158.18º79.71%13.53%-
HSV(B)158.18º88.71%24.31%-
XYZ2.233.662.78-
YUV43.27127.28102.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=6.31%
G=55.86%
B=37.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal762420.8900.320.76158.1879.7113.53
Hex73E2A590204C9e50e
Octal7765213104011423612016
Binary1111111101010101011001010000010011001001111010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073E2A; }

 p { color: rgb(7,62,42); }

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

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

 a { background-color: rgb(7,62,42); }

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

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

 span { border-color: rgb(7,62,42); }

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