Html Css Color HEX #073C2A British Racing Green

📋 copy color: '#073C2A'

red 7 ◦ green 60 ◦ blue 42

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

Shades of British Racing Green #073C2A

Tints of British Racing Green #073C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 38.53%

R = 6.42%
G = 55.05%
B = 38.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.3

 K value IS 0.76

RGB Variations

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

Color information

#073C2A (or 0x073C2A) is known color: British Racing Green. HEX triplet: 07, 3C and 2A. RGB value is (7,60,42). Sum of RGB (Red+Green+Blue) = 7+60+42=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #073C2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C2A is #F8C3D5. Grayscale: #2A2A2A. Windows color (decimal): -16303062 or 2767879. OLE color: 2767879.

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

Color convert

RGB 7 60 42 -
CMYK 0.88 0 0.3 0.76
HSL 159.62º 0.79% 0.13% -
HSV(B) 159.62º 0.88% 0.24% -
XYZ 2.12 3.44 2.74 -
YUV 42.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 7 60 42 0.88 0 0.3 0.76 159.62 0.79 0.13
Hex 7 3C 2A 58 0 1E 4C A0 4F D
Octal 7 74 52 130 0 36 114 240 117 15
Binary 111 111100 101010 1011000 0 11110 1001100 10100000 1001111 1101

Color Harmonies of #073C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C2A

Black with #073C2A

Text Example


Text Example

White with #073C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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