Html Css Color HEX #073F1F British Racing Green

📋 copy color: '#073F1F'

red 7 ◦ green 63 ◦ blue 31

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

Shades of British Racing Green #073F1F

Tints of British Racing Green #073F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 62.38%

 BLUE value IS 31 (12.5% from 255) = 30.69%

R = 6.93%
G = 62.38%
B = 30.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#073F1F (or 0x073F1F) is known color: British Racing Green. HEX triplet: 07, 3F and 1F. RGB value is (7,63,31). Sum of RGB (Red+Green+Blue) = 7+63+31=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 63 (25% from 255 or 62.38% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 63 - color contains mainly: green. Hex color #073F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F1F is #F8C0E0. Grayscale: #2A2A2A. Windows color (decimal): -16302305 or 2047751. OLE color: 2047751.

HSL color Cylindrical-coordinate representation of color #073F1F: hue angle of 145.71º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F1F is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 31 -
CMYK 0.89 0 0.51 0.75
HSL 145.71º 0.8% 0.14% -
HSV(B) 145.71º 0.89% 0.25% -
XYZ 2.11 3.7 1.9 -
YUV 42.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 7 63 31 0.89 0 0.51 0.75 145.71 0.8 0.14
Hex 7 3F 1F 59 0 33 4B 92 50 E
Octal 7 77 37 131 0 63 113 222 120 16
Binary 111 111111 11111 1011001 0 110011 1001011 10010010 1010000 1110

Color Harmonies of #073F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F1F

Black with #073F1F

Text Example


Text Example

White with #073F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,63,31); }

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

background-color css

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

 a { background-color: rgb(7,63,31); }

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

border-color css

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

 span { border-color: rgb(7,63,31); }

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