Html Css Color HEX #308D73 Viridian

📋 copy color: '#308D73'

red 48 ◦ green 141 ◦ blue 115

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

Shades of Viridian #308D73

Tints of Viridian #308D73

RGB

 RED value IS 48 (19.14% from 255) = 15.79%

 GREEN value IS 141 (55.47% from 255) = 46.38%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 15.79%
G = 46.38%
B = 37.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#308D73 (or 0x308D73) is known color: Viridian. HEX triplet: 30, 8D and 73. RGB value is (48,141,115). Sum of RGB (Red+Green+Blue) = 48+141+115=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #308D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D73 is #CF728C. Grayscale: #6E6E6E. Windows color (decimal): -13595277 or 7572784. OLE color: 7572784.

HSL color Cylindrical-coordinate representation of color #308D73: hue angle of 163.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308D73 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 141 115 -
CMYK 0.66 0 0.18 0.45
HSL 163.23º 0.49% 0.37% -
HSV(B) 163.23º 0.66% 0.55% -
XYZ 13.84 20.92 19.53 -
YUV 110.23 130.69 83.61 -
System Red Green Blue C M Y K H S L
Decimal 48 141 115 0.66 0 0.18 0.45 163.23 0.49 0.37
Hex 30 8D 73 42 0 12 2D A3 31 25
Octal 60 215 163 102 0 22 55 243 61 45
Binary 110000 10001101 1110011 1000010 0 10010 101101 10100011 110001 100101

Color Harmonies of #308D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308D73

Black with #308D73

Text Example


Text Example

White with #308D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308D73; }

 p { color: rgb(48,141,115); }

 H1.HeaderClassName
 {
   color: #308D73;
 }
 .AnyTagClassName
 {
   color: #308D73;
 }
</style>

background-color css

<style>
 a { background-color: #308D73; }

 a { background-color: rgb(48,141,115); }

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

border-color css

<style>
 span { border-color: #308D73; }

 span { border-color: rgb(48,141,115); }

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