#308C6D

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

Shades of Viridian #308C6D

Tints of Viridian #308C6D

Color information

#308C6D (or 0x308C6D) is unknown color: approx Viridian. HEX triplet: 30, 8C and 6D. RGB value is (48,140,109). Sum of RGB (Red+Green+Blue) = 48+140+109=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #308C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308C6D is #CF7392. Grayscale: #6C6C6C. Windows color (decimal): -13595539 or 7179312. OLE color: 7179312.

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

Color convert

RGB48140109-
CMYK0.6600.220.45
HSL159.78º48.94%36.86%-
HSV(B)159.78º65.71%54.9%-
XYZ13.3620.4917.72-
YUV108.96128.0284.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=16.16%
G=47.14%
B=36.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481401090.6600.220.45159.7848.9436.86
Hex308C6D420162Da03125
Octal60214155102026552406145
Binary110000100011001101101100001001011010110110100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,109); }

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

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

 a { background-color: rgb(48,140,109); }

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

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

 span { border-color: rgb(48,140,109); }

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