Html Css Color HEX #073C2D British Racing Green

📋 copy color: '#073C2D'

red 7 ◦ green 60 ◦ blue 45

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

Shades of British Racing Green #073C2D

Tints of British Racing Green #073C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 53.57%

 BLUE value IS 45 (17.97% from 255) = 40.18%

R = 6.25%
G = 53.57%
B = 40.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#073C2D (or 0x073C2D) is known color: British Racing Green. HEX triplet: 07, 3C and 2D. RGB value is (7,60,45). Sum of RGB (Red+Green+Blue) = 7+60+45=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #073C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C2D is #F8C3D2. Grayscale: #2A2A2A. Windows color (decimal): -16303059 or 2964487. OLE color: 2964487.

HSL color Cylindrical-coordinate representation of color #073C2D: hue angle of 163.02º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C2D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 45 -
CMYK 0.88 0 0.25 0.76
HSL 163.02º 0.79% 0.13% -
HSV(B) 163.02º 0.88% 0.24% -
XYZ 2.18 3.47 3.04 -
YUV 42.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 7 60 45 0.88 0 0.25 0.76 163.02 0.79 0.13
Hex 7 3C 2D 58 0 19 4C A3 4F D
Octal 7 74 55 130 0 31 114 243 117 15
Binary 111 111100 101101 1011000 0 11001 1001100 10100011 1001111 1101

Color Harmonies of #073C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C2D

Black with #073C2D

Text Example


Text Example

White with #073C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,45); }

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

background-color css

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

 a { background-color: rgb(7,60,45); }

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

border-color css

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

 span { border-color: rgb(7,60,45); }

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