#2F8264

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

Shades of Viridian #2F8264

Tints of Viridian #2F8264

Color information

#2F8264 (or 0x2F8264) is unknown color: approx Viridian. HEX triplet: 2F, 82 and 64. RGB value is (47,130,100). Sum of RGB (Red+Green+Blue) = 47+130+100=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8264 is #D07D9B. Grayscale: #656565. Windows color (decimal): -13663644 or 6586927. OLE color: 6586927.

HSL color Cylindrical-coordinate representation of color #2F8264: hue angle of 158.31º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8264 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB47130100-
CMYK0.6400.230.49
HSL158.31º46.89%34.71%-
HSV(B)158.31º63.85%50.98%-
XYZ11.4617.4914.83-
YUV101.7612788.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=16.97%
G=46.93%
B=36.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal471301000.6400.230.49158.3146.8934.71
Hex2F826440017319e2f23
Octal57202144100027612365743
Binary101111100000101100100100000001011111000110011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,130,100); }

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

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

 a { background-color: rgb(47,130,100); }

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

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

 span { border-color: rgb(47,130,100); }

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