#073D2F

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

Shades of British Racing Green #073D2F

Tints of British Racing Green #073D2F

Color information

#073D2F (or 0x073D2F) is unknown color: approx British Racing Green. HEX triplet: 07, 3D and 2F. RGB value is (7,61,47). Sum of RGB (Red+Green+Blue) = 7+61+47=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #073D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D2F is #F8C2D0. Grayscale: #2B2B2B. Windows color (decimal): -16302801 or 3095815. OLE color: 3095815.

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

Color convert

RGB76147-
CMYK0.8900.230.76
HSL164.44º79.41%13.33%-
HSV(B)164.44º88.52%23.92%-
XYZ2.273.593.26-
YUV43.26130.11102.14-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 61 (24.22% from 255) = 53.04%
BLUE value IS 47 (18.75% from 255) = 40.87%
R=6.09%
G=53.04%
B=40.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal761470.8900.230.76164.4479.4113.33
Hex73D2F590174Ca44fd
Octal7755713102711424411715
Binary111111101101111101100101011110011001010010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,61,47); }

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

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

 a { background-color: rgb(7,61,47); }

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

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

 span { border-color: rgb(7,61,47); }

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