Html Css Color HEX #073D1E British Racing Green

📋 copy color: '#073D1E'

red 7 ◦ green 61 ◦ blue 30

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

Shades of British Racing Green #073D1E

Tints of British Racing Green #073D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30.61%

R = 7.14%
G = 62.24%
B = 30.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.76

RGB Variations

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

Color information

#073D1E (or 0x073D1E) is known color: British Racing Green. HEX triplet: 07, 3D and 1E. RGB value is (7,61,30). Sum of RGB (Red+Green+Blue) = 7+61+30=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #073D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D1E is #F8C2E1. Grayscale: #292929. Windows color (decimal): -16302818 or 1981703. OLE color: 1981703.

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

Color convert

RGB 7 61 30 -
CMYK 0.89 0 0.51 0.76
HSL 145.56º 0.79% 0.13% -
HSV(B) 145.56º 0.89% 0.24% -
XYZ 1.99 3.48 1.79 -
YUV 41.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 7 61 30 0.89 0 0.51 0.76 145.56 0.79 0.13
Hex 7 3D 1E 59 0 33 4C 92 4F D
Octal 7 75 36 131 0 63 114 222 117 15
Binary 111 111101 11110 1011001 0 110011 1001100 10010010 1001111 1101

Color Harmonies of #073D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D1E

Black with #073D1E

Text Example


Text Example

White with #073D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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