#2F8B69

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

Shades of Viridian #2F8B69

Tints of Viridian #2F8B69

Color information

#2F8B69 (or 0x2F8B69) is unknown color: approx Viridian. HEX triplet: 2F, 8B and 69. RGB value is (47,139,105). Sum of RGB (Red+Green+Blue) = 47+139+105=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8B69 is #D07496. Grayscale: #6B6B6B. Windows color (decimal): -13661335 or 6916911. OLE color: 6916911.

HSL color Cylindrical-coordinate representation of color #2F8B69: hue angle of 157.83º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8B69 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB47139105-
CMYK0.6600.240.45
HSL157.83º49.46%36.47%-
HSV(B)157.83º66.19%54.51%-
XYZ12.9520.0916.56-
YUV107.62126.5284.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.15%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=16.15%
G=47.77%
B=36.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal471391050.6600.240.45157.8349.4636.47
Hex2F8B69420182D9e3124
Octal57213151102030552366144
Binary101111100010111101001100001001100010110110011110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F8B69; }

 p { color: rgb(47,139,105); }

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

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

 a { background-color: rgb(47,139,105); }

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

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

 span { border-color: rgb(47,139,105); }

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