Html Css Color HEX #073C24 British Racing Green

📋 copy color: '#073C24'

red 7 ◦ green 60 ◦ blue 36

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

Shades of British Racing Green #073C24

Tints of British Racing Green #073C24

RGB

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

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

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

R = 6.8%
G = 58.25%
B = 34.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.40

 K value IS 0.76

RGB Variations

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

Color information

#073C24 (or 0x073C24) is known color: British Racing Green. HEX triplet: 07, 3C and 24. RGB value is (7,60,36). Sum of RGB (Red+Green+Blue) = 7+60+36=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #073C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C24 is #F8C3DB. Grayscale: #292929. Windows color (decimal): -16303068 or 2374663. OLE color: 2374663.

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

Color convert

RGB 7 60 36 -
CMYK 0.88 0 0.40 0.76
HSL 152.83º 0.79% 0.13% -
HSV(B) 152.83º 0.88% 0.24% -
XYZ 2.02 3.4 2.22 -
YUV 41.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 7 60 36 0.88 0 0.40 0.76 152.83 0.79 0.13
Hex 7 3C 24 58 0 28 4C 99 4F D
Octal 7 74 44 130 0 50 114 231 117 15
Binary 111 111100 100100 1011000 0 101000 1001100 10011001 1001111 1101

Color Harmonies of #073C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C24

Black with #073C24

Text Example


Text Example

White with #073C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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