#2F8767

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

Shades of Viridian #2F8767

Tints of Viridian #2F8767

Color information

#2F8767 (or 0x2F8767) is unknown color: approx Viridian. HEX triplet: 2F, 87 and 67. RGB value is (47,135,103). Sum of RGB (Red+Green+Blue) = 47+135+103=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8767 is #D07898. Grayscale: #696969. Windows color (decimal): -13662361 or 6784815. OLE color: 6784815.

HSL color Cylindrical-coordinate representation of color #2F8767: hue angle of 158.18º degrees, saturation: 0.48, 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 #2F8767 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB47135103-
CMYK0.6500.240.47
HSL158.18º48.35%35.69%-
HSV(B)158.18º65.19%52.94%-
XYZ12.2818.9115.83-
YUV105.04126.8586.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.49%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 103 (40.62% from 255) = 36.14%
R=16.49%
G=47.37%
B=36.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471351030.6500.240.47158.1848.3535.69
Hex2F8767410182F9e3024
Octal57207147101030572366044
Binary101111100001111100111100000101100010111110011110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,135,103); }

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

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

 a { background-color: rgb(47,135,103); }

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

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

 span { border-color: rgb(47,135,103); }

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