Html Css Color HEX #073D2F British Racing Green

📋 copy color: '#073D2F'

red 7 ◦ green 61 ◦ blue 47

#073D2F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #073D2F

Tints of British Racing Green #073D2F

RGB

 RED value IS 7 (3.13% 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 value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#073D2F (or 0x073D2F) is known color: 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

RGB 7 61 47 -
CMYK 0.89 0 0.23 0.76
HSL 164.44º 0.79% 0.13% -
HSV(B) 164.44º 0.89% 0.24% -
XYZ 2.27 3.59 3.26 -
YUV 43.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 7 61 47 0.89 0 0.23 0.76 164.44 0.79 0.13
Hex 7 3D 2F 59 0 17 4C A4 4F D
Octal 7 75 57 131 0 27 114 244 117 15
Binary 111 111101 101111 1011001 0 10111 1001100 10100100 1001111 1101

Color Harmonies of #073D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D2F

Black with #073D2F

Text Example


Text Example

White with #073D2F

Text Example


Text Example

HTML Codes & Css Web 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>