Html Css Color HEX #073D2C British Racing Green

📋 copy color: '#073D2C'

red 7 ◦ green 61 ◦ blue 44

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

Shades of British Racing Green #073D2C

Tints of British Racing Green #073D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 39.29%

R = 6.25%
G = 54.46%
B = 39.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#073D2C (or 0x073D2C) is known color: British Racing Green. HEX triplet: 07, 3D and 2C. RGB value is (7,61,44). Sum of RGB (Red+Green+Blue) = 7+61+44=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 61 (24.22% from 255 or 54.46% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 61 - color contains mainly: green. Hex color #073D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D2C is #F8C2D3. Grayscale: #2A2A2A. Windows color (decimal): -16302804 or 2899207. OLE color: 2899207.

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

Color convert

RGB 7 61 44 -
CMYK 0.89 0 0.28 0.76
HSL 161.11º 0.79% 0.13% -
HSV(B) 161.11º 0.89% 0.24% -
XYZ 2.21 3.56 2.95 -
YUV 42.92 128.61 102.38 -
System Red Green Blue C M Y K H S L
Decimal 7 61 44 0.89 0 0.28 0.76 161.11 0.79 0.13
Hex 7 3D 2C 59 0 1C 4C A1 4F D
Octal 7 75 54 131 0 34 114 241 117 15
Binary 111 111101 101100 1011001 0 11100 1001100 10100001 1001111 1101

Color Harmonies of #073D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D2C

Black with #073D2C

Text Example


Text Example

White with #073D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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