#308E73

Color #308E73 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #308E73

Tints of Viridian #308E73

Color information

#308E73 (or 0x308E73) is unknown color: approx 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

RGB48142115-
CMYK0.6600.190.44
HSL162.77º49.47%37.25%-
HSV(B)162.77º66.2%55.69%-
XYZ13.9921.2119.58-
YUV110.82130.3683.2-

RGB Variations

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

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.70%
R=15.74%
G=46.56%
B=37.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481421150.6600.190.44162.7749.4737.25
Hex308E73420132Ca33125
Octal60216163102023542436145
Binary110000100011101110011100001001001110110010100011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>