Html Css Color HEX #073D1D British Racing Green

📋 copy color: '#073D1D'

red 7 ◦ green 61 ◦ blue 29

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

Shades of British Racing Green #073D1D

Tints of British Racing Green #073D1D

RGB

 RED value IS 7 (3.13% from 255) = 7.22%

 GREEN value IS 61 (24.22% from 255) = 62.89%

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 7.22%
G = 62.89%
B = 29.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#073D1D (or 0x073D1D) is known color: British Racing Green. HEX triplet: 07, 3D and 1D. RGB value is (7,61,29). Sum of RGB (Red+Green+Blue) = 7+61+29=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 61 (24.22% from 255 or 62.89% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 61 - color contains mainly: green. Hex color #073D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D1D is #F8C2E2. Grayscale: #292929. Windows color (decimal): -16302819 or 1916167. OLE color: 1916167.

HSL color Cylindrical-coordinate representation of color #073D1D: hue angle of 144.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 #073D1D is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 61 29 -
CMYK 0.89 0 0.52 0.76
HSL 144.44º 0.79% 0.13% -
HSV(B) 144.44º 0.89% 0.24% -
XYZ 1.98 3.47 1.73 -
YUV 41.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 7 61 29 0.89 0 0.52 0.76 144.44 0.79 0.13
Hex 7 3D 1D 59 0 34 4C 90 4F D
Octal 7 75 35 131 0 64 114 220 117 15
Binary 111 111101 11101 1011001 0 110100 1001100 10010000 1001111 1101

Color Harmonies of #073D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D1D

Black with #073D1D

Text Example


Text Example

White with #073D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #073D1D;
 }
 .AnyTagClassName
 {
   color: #073D1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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