Html Css Color HEX #073F24 British Racing Green

📋 copy color: '#073F24'

red 7 ◦ green 63 ◦ blue 36

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

Shades of British Racing Green #073F24

Tints of British Racing Green #073F24

RGB

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

 GREEN value IS 63 (25% from 255) = 59.43%

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

R = 6.6%
G = 59.43%
B = 33.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#073F24 (or 0x073F24) is known color: British Racing Green. HEX triplet: 07, 3F and 24. RGB value is (7,63,36). Sum of RGB (Red+Green+Blue) = 7+63+36=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #073F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F24 is #F8C0DB. Grayscale: #2B2B2B. Windows color (decimal): -16302300 or 2375431. OLE color: 2375431.

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

Color convert

RGB 7 63 36 -
CMYK 0.89 0 0.43 0.75
HSL 151.07º 0.8% 0.14% -
HSV(B) 151.07º 0.89% 0.25% -
XYZ 2.18 3.73 2.27 -
YUV 43.18 123.95 102.2 -
System Red Green Blue C M Y K H S L
Decimal 7 63 36 0.89 0 0.43 0.75 151.07 0.8 0.14
Hex 7 3F 24 59 0 2B 4B 97 50 E
Octal 7 77 44 131 0 53 113 227 120 16
Binary 111 111111 100100 1011001 0 101011 1001011 10010111 1010000 1110

Color Harmonies of #073F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F24

Black with #073F24

Text Example


Text Example

White with #073F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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