Html Css Color HEX #308E73 Viridian

📋 copy color: '#308E73'

red 48 ◦ green 142 ◦ blue 115

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

Shades of Viridian #308E73

Tints of Viridian #308E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.56%

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

R = 15.74%
G = 46.56%
B = 37.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#308E73 (or 0x308E73) is known color: Viridian. HEX triplet: 30, 8E and 73. RGB value is (48,142,115). Sum of RGB (Red+Green+Blue) = 48+142+115=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #308E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E73 is #CF718C. Grayscale: #6E6E6E. Windows color (decimal): -13595021 or 7573040. OLE color: 7573040.

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

Color convert

RGB 48 142 115 -
CMYK 0.66 0 0.19 0.44
HSL 162.77º 0.49% 0.37% -
HSV(B) 162.77º 0.66% 0.56% -
XYZ 13.99 21.21 19.58 -
YUV 110.82 130.36 83.2 -
System Red Green Blue C M Y K H S L
Decimal 48 142 115 0.66 0 0.19 0.44 162.77 0.49 0.37
Hex 30 8E 73 42 0 13 2C A3 31 25
Octal 60 216 163 102 0 23 54 243 61 45
Binary 110000 10001110 1110011 1000010 0 10011 101100 10100011 110001 100101

Color Harmonies of #308E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E73

Black with #308E73

Text Example


Text Example

White with #308E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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