Html Css Color HEX #073E24 British Racing Green

📋 copy color: '#073E24'

red 7 ◦ green 62 ◦ blue 36

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

Shades of British Racing Green #073E24

Tints of British Racing Green #073E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 59.05%

 BLUE value IS 36 (14.45% from 255) = 34.29%

R = 6.67%
G = 59.05%
B = 34.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#073E24 (or 0x073E24) is known color: British Racing Green. HEX triplet: 07, 3E and 24. RGB value is (7,62,36). Sum of RGB (Red+Green+Blue) = 7+62+36=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #073E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073E24 is #F8C1DB. Grayscale: #2A2A2A. Windows color (decimal): -16302556 or 2375175. OLE color: 2375175.

HSL color Cylindrical-coordinate representation of color #073E24: hue angle of 151.64º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073E24 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 62 36 -
CMYK 0.89 0 0.42 0.76
HSL 151.64º 0.8% 0.14% -
HSV(B) 151.64º 0.89% 0.24% -
XYZ 2.13 3.62 2.26 -
YUV 42.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 7 62 36 0.89 0 0.42 0.76 151.64 0.8 0.14
Hex 7 3E 24 59 0 2A 4C 98 50 E
Octal 7 76 44 131 0 52 114 230 120 16
Binary 111 111110 100100 1011001 0 101010 1001100 10011000 1010000 1110

Color Harmonies of #073E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073E24

Black with #073E24

Text Example


Text Example

White with #073E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,62,36); }

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

background-color css

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

 a { background-color: rgb(7,62,36); }

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

border-color css

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

 span { border-color: rgb(7,62,36); }

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