#308D70

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

Shades of Viridian #308D70

Tints of Viridian #308D70

Color information

#308D70 (or 0x308D70) is unknown color: approx Viridian. HEX triplet: 30, 8D and 70. RGB value is (48,141,112). Sum of RGB (Red+Green+Blue) = 48+141+112=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #308D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D70 is #CF728F. Grayscale: #6D6D6D. Windows color (decimal): -13595280 or 7376176. OLE color: 7376176.

HSL color Cylindrical-coordinate representation of color #308D70: hue angle of 161.29º 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 #308D70 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB48141112-
CMYK0.6600.210.45
HSL161.29º49.21%37.06%-
HSV(B)161.29º65.96%55.29%-
XYZ13.6720.8518.63-
YUV109.89129.1983.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=15.95%
G=46.84%
B=37.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481411120.6600.210.45161.2949.2137.06
Hex308D70420152Da13125
Octal60215160102025552416145
Binary110000100011011110000100001001010110110110100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #308D70;
 }
 .AnyTagClassName
 {
   color: #308D70;
 }
</style>
background-color css

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

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

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

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

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

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