Html Css Color HEX #073E1E British Racing Green

📋 copy color: '#073E1E'

red 7 ◦ green 62 ◦ blue 30

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

Shades of British Racing Green #073E1E

Tints of British Racing Green #073E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 62.63%

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

R = 7.07%
G = 62.63%
B = 30.3%

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

#073E1E (or 0x073E1E) is known color: British Racing Green. HEX triplet: 07, 3E and 1E. RGB value is (7,62,30). Sum of RGB (Red+Green+Blue) = 7+62+30=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #073E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E1E is #F8C1E1. Grayscale: #292929. Windows color (decimal): -16302562 or 1981959. OLE color: 1981959.

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

Color convert

RGB 7 62 30 -
CMYK 0.89 0 0.52 0.76
HSL 145.09º 0.8% 0.14% -
HSV(B) 145.09º 0.89% 0.24% -
XYZ 2.04 3.58 1.81 -
YUV 41.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 7 62 30 0.89 0 0.52 0.76 145.09 0.8 0.14
Hex 7 3E 1E 59 0 34 4C 91 50 E
Octal 7 76 36 131 0 64 114 221 120 16
Binary 111 111110 11110 1011001 0 110100 1001100 10010001 1010000 1110

Color Harmonies of #073E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E1E

Black with #073E1E

Text Example


Text Example

White with #073E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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