Html Css Color HEX #073C23 British Racing Green

📋 copy color: '#073C23'

red 7 ◦ green 60 ◦ blue 35

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

Shades of British Racing Green #073C23

Tints of British Racing Green #073C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 34.31%

R = 6.86%
G = 58.82%
B = 34.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#073C23 (or 0x073C23) is known color: British Racing Green. HEX triplet: 07, 3C and 23. RGB value is (7,60,35). Sum of RGB (Red+Green+Blue) = 7+60+35=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #073C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C23 is #F8C3DC. Grayscale: #292929. Windows color (decimal): -16303069 or 2309127. OLE color: 2309127.

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

Color convert

RGB 7 60 35 -
CMYK 0.88 0 0.42 0.76
HSL 151.7º 0.79% 0.13% -
HSV(B) 151.7º 0.88% 0.24% -
XYZ 2.01 3.4 2.14 -
YUV 41.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 7 60 35 0.88 0 0.42 0.76 151.7 0.79 0.13
Hex 7 3C 23 58 0 2A 4C 98 4F D
Octal 7 74 43 130 0 52 114 230 117 15
Binary 111 111100 100011 1011000 0 101010 1001100 10011000 1001111 1101

Color Harmonies of #073C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C23

Black with #073C23

Text Example


Text Example

White with #073C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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