#2F612F

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

Shades of Parsley #2F612F

Tints of Parsley #2F612F

Color information

#2F612F (or 0x2F612F) is unknown color: approx Parsley. HEX triplet: 2F, 61 and 2F. RGB value is (47,97,47). Sum of RGB (Red+Green+Blue) = 47+97+47=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612F is #D09ED0. Grayscale: #4C4C4C. Windows color (decimal): -13672145 or 3105071. OLE color: 3105071.

HSL color Cylindrical-coordinate representation of color #2F612F: hue angle of 120º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F612F is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB479747-
CMYK0.5200.520.62
HSL120º34.72%28.24%-
HSV(B)120º51.55%38.04%-
XYZ5.969.364.18-
YUV76.35111.44107.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=24.61%
G=50.79%
B=24.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797470.5200.520.6212034.7228.24
Hex2F612F340343E78231c
Octal571415764064761704334
Binary10111111000011011111101000110100111110111100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,97,47); }

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

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

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

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

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

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

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