#308B70

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

Shades of Viridian #308B70

Tints of Viridian #308B70

Color information

#308B70 (or 0x308B70) is unknown color: approx Viridian. HEX triplet: 30, 8B and 70. RGB value is (48,139,112). Sum of RGB (Red+Green+Blue) = 48+139+112=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #308B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308B70 is #CF748F. Grayscale: #6C6C6C. Windows color (decimal): -13595792 or 7375664. OLE color: 7375664.

HSL color Cylindrical-coordinate representation of color #308B70: hue angle of 162.2º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308B70 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB48139112-
CMYK0.6500.190.45
HSL162.2º48.66%36.67%-
HSV(B)162.2º65.47%54.51%-
XYZ13.3820.2618.54-
YUV108.71129.8584.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.05%
GREEN value IS 139 (54.69% from 255) = 46.49%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=16.05%
G=46.49%
B=37.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481391120.6500.190.45162.248.6636.67
Hex308B70410132Da23125
Octal60213160101023552426145
Binary110000100010111110000100000101001110110110100010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,139,112); }

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

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

 a { background-color: rgb(48,139,112); }

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

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

 span { border-color: rgb(48,139,112); }

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