#308266

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

Shades of Viridian #308266

Tints of Viridian #308266

Color information

#308266 (or 0x308266) is unknown color: approx Viridian. HEX triplet: 30, 82 and 66. RGB value is (48,130,102). Sum of RGB (Red+Green+Blue) = 48+130+102=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #308266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308266 is #CF7D99. Grayscale: #666666. Windows color (decimal): -13598106 or 6718000. OLE color: 6718000.

HSL color Cylindrical-coordinate representation of color #308266: hue angle of 159.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308266 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB48130102-
CMYK0.6300.220.49
HSL159.51º46.07%34.9%-
HSV(B)159.51º63.08%50.98%-
XYZ11.617.5515.35-
YUV102.29127.8389.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 130 (51.17% from 255) = 46.43%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=17.14%
G=46.43%
B=36.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481301020.6300.220.49159.5146.0734.9
Hex3082663F01631a02e23
Octal6020214677026612405643
Binary11000010000010110011011111101011011000110100000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308266; }

 p { color: rgb(48,130,102); }

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

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

 a { background-color: rgb(48,130,102); }

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

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

 span { border-color: rgb(48,130,102); }

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