#308F6E

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

Shades of Viridian #308F6E

Tints of Viridian #308F6E

Color information

#308F6E (or 0x308F6E) is unknown color: approx Viridian. HEX triplet: 30, 8F and 6E. RGB value is (48,143,110). Sum of RGB (Red+Green+Blue) = 48+143+110=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #308F6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308F6E is #CF7091. Grayscale: #6E6E6E. Windows color (decimal): -13594770 or 7245616. OLE color: 7245616.

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

Color convert

RGB48143110-
CMYK0.6600.230.44
HSL159.16º49.74%37.45%-
HSV(B)159.16º66.43%56.08%-
XYZ13.8621.418.15-
YUV110.83127.5383.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 143 (56.25% from 255) = 47.51%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=15.95%
G=47.51%
B=36.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481431100.6600.230.44159.1649.7437.45
Hex308F6E420172C9f3225
Octal60217156102027542376245
Binary110000100011111101110100001001011110110010011111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,143,110); }

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

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

 a { background-color: rgb(48,143,110); }

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

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

 span { border-color: rgb(48,143,110); }

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