#2F6132

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

Shades of Parsley #2F6132

Tints of Parsley #2F6132

Color information

#2F6132 (or 0x2F6132) is unknown color: approx Parsley. HEX triplet: 2F, 61 and 32. RGB value is (47,97,50). Sum of RGB (Red+Green+Blue) = 47+97+50=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6132 is #D09ECD. Grayscale: #4C4C4C. Windows color (decimal): -13672142 or 3301679. OLE color: 3301679.

HSL color Cylindrical-coordinate representation of color #2F6132: hue angle of 123.6º 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 #2F6132 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB479750-
CMYK0.5200.480.62
HSL123.6º34.72%28.24%-
HSV(B)123.6º51.55%38.04%-
XYZ6.029.384.51-
YUV76.69112.94106.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=24.23%
G=50%
B=25.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797500.5200.480.62123.634.7228.24
Hex2F6132340303E7c231c
Octal571416264060761744334
Binary10111111000011100101101000110000111110111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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