#308D71

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

Shades of Viridian #308D71

Tints of Viridian #308D71

Color information

#308D71 (or 0x308D71) is unknown color: approx Viridian. HEX triplet: 30, 8D and 71. RGB value is (48,141,113). Sum of RGB (Red+Green+Blue) = 48+141+113=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #308D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308D71 is #CF728E. Grayscale: #6E6E6E. Windows color (decimal): -13595279 or 7441712. OLE color: 7441712.

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

Color convert

RGB48141113-
CMYK0.6600.200.45
HSL161.94º49.21%37.06%-
HSV(B)161.94º65.96%55.29%-
XYZ13.7220.8718.93-
YUV110129.6983.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 141 (55.47% from 255) = 46.69%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=15.89%
G=46.69%
B=37.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481411130.6600.200.45161.9449.2137.06
Hex308D71420142Da23125
Octal60215161102024552426145
Binary110000100011011110001100001001010010110110100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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