#2F8866

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

Shades of Viridian #2F8866

Tints of Viridian #2F8866

Color information

#2F8866 (or 0x2F8866) is unknown color: approx Viridian. HEX triplet: 2F, 88 and 66. RGB value is (47,136,102). Sum of RGB (Red+Green+Blue) = 47+136+102=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8866 is #D07799. Grayscale: #696969. Windows color (decimal): -13662106 or 6719535. OLE color: 6719535.

HSL color Cylindrical-coordinate representation of color #2F8866: hue angle of 157.08º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8866 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB47136102-
CMYK0.6500.250.47
HSL157.08º48.63%35.88%-
HSV(B)157.08º65.44%53.33%-
XYZ12.3719.1715.62-
YUV105.51126.0186.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.49%
GREEN value IS 136 (53.52% from 255) = 47.72%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=16.49%
G=47.72%
B=35.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471361020.6500.250.47157.0848.6335.88
Hex2F8866410192F9d3124
Octal57210146101031572356144
Binary101111100010001100110100000101100110111110011101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,136,102); }

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

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

 a { background-color: rgb(47,136,102); }

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

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

 span { border-color: rgb(47,136,102); }

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