Html Css Color HEX #073D1C British Racing Green

📋 copy color: '#073D1C'

red 7 ◦ green 61 ◦ blue 28

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

Shades of British Racing Green #073D1C

Tints of British Racing Green #073D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.17%

R = 7.29%
G = 63.54%
B = 29.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.76

RGB Variations

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

Color information

#073D1C (or 0x073D1C) is known color: British Racing Green. HEX triplet: 07, 3D and 1C. RGB value is (7,61,28). Sum of RGB (Red+Green+Blue) = 7+61+28=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #073D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D1C is #F8C2E3. Grayscale: #292929. Windows color (decimal): -16302820 or 1850631. OLE color: 1850631.

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

Color convert

RGB 7 61 28 -
CMYK 0.89 0 0.54 0.76
HSL 143.33º 0.79% 0.13% -
HSV(B) 143.33º 0.89% 0.24% -
XYZ 1.97 3.47 1.66 -
YUV 41.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 7 61 28 0.89 0 0.54 0.76 143.33 0.79 0.13
Hex 7 3D 1C 59 0 36 4C 8F 4F D
Octal 7 75 34 131 0 66 114 217 117 15
Binary 111 111101 11100 1011001 0 110110 1001100 10001111 1001111 1101

Color Harmonies of #073D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D1C

Black with #073D1C

Text Example


Text Example

White with #073D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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