Html Css Color HEX #073D28 British Racing Green

📋 copy color: '#073D28'

red 7 ◦ green 61 ◦ blue 40

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

Shades of British Racing Green #073D28

Tints of British Racing Green #073D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.04%

R = 6.48%
G = 56.48%
B = 37.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.76

RGB Variations

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

Color information

#073D28 (or 0x073D28) is known color: British Racing Green. HEX triplet: 07, 3D and 28. RGB value is (7,61,40). Sum of RGB (Red+Green+Blue) = 7+61+40=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #073D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073D28 is #F8C2D7. Grayscale: #2A2A2A. Windows color (decimal): -16302808 or 2637063. OLE color: 2637063.

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

Color convert

RGB 7 61 40 -
CMYK 0.89 0 0.34 0.76
HSL 156.67º 0.79% 0.13% -
HSV(B) 156.67º 0.89% 0.24% -
XYZ 2.14 3.54 2.58 -
YUV 42.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 7 61 40 0.89 0 0.34 0.76 156.67 0.79 0.13
Hex 7 3D 28 59 0 22 4C 9D 4F D
Octal 7 75 50 131 0 42 114 235 117 15
Binary 111 111101 101000 1011001 0 100010 1001100 10011101 1001111 1101

Color Harmonies of #073D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D28

Black with #073D28

Text Example


Text Example

White with #073D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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