#308E71

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

Shades of Viridian #308E71

Tints of Viridian #308E71

Color information

#308E71 (or 0x308E71) is unknown color: approx Viridian. HEX triplet: 30, 8E and 71. RGB value is (48,142,113). Sum of RGB (Red+Green+Blue) = 48+142+113=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #308E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308E71 is #CF718E. Grayscale: #6E6E6E. Windows color (decimal): -13595023 or 7441968. OLE color: 7441968.

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

Color convert

RGB48142113-
CMYK0.6600.200.44
HSL161.49º49.47%37.25%-
HSV(B)161.49º66.2%55.69%-
XYZ13.8721.1718.98-
YUV110.59129.3683.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 142 (55.86% from 255) = 46.86%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=15.84%
G=46.86%
B=37.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481421130.6600.200.44161.4949.4737.25
Hex308E71420142Ca13125
Octal60216161102024542416145
Binary110000100011101110001100001001010010110010100001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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