Html Css Color HEX #073F1D British Racing Green

📋 copy color: '#073F1D'

red 7 ◦ green 63 ◦ blue 29

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

Shades of British Racing Green #073F1D

Tints of British Racing Green #073F1D

RGB

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

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

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

R = 7.07%
G = 63.64%
B = 29.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#073F1D (or 0x073F1D) is known color: British Racing Green. HEX triplet: 07, 3F and 1D. RGB value is (7,63,29). Sum of RGB (Red+Green+Blue) = 7+63+29=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 63 (25% from 255 or 63.64% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 63 - color contains mainly: green. Hex color #073F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F1D is #F8C0E2. Grayscale: #2A2A2A. Windows color (decimal): -16302307 or 1916679. OLE color: 1916679.

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

Color convert

RGB 7 63 29 -
CMYK 0.89 0 0.54 0.75
HSL 143.57º 0.8% 0.14% -
HSV(B) 143.57º 0.89% 0.25% -
XYZ 2.09 3.69 1.76 -
YUV 42.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 7 63 29 0.89 0 0.54 0.75 143.57 0.8 0.14
Hex 7 3F 1D 59 0 36 4B 90 50 E
Octal 7 77 35 131 0 66 113 220 120 16
Binary 111 111111 11101 1011001 0 110110 1001011 10010000 1010000 1110

Color Harmonies of #073F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F1D

Black with #073F1D

Text Example


Text Example

White with #073F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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