#2F6232

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

Shades of Parsley #2F6232

Tints of Parsley #2F6232

Color information

#2F6232 (or 0x2F6232) is unknown color: approx Parsley. HEX triplet: 2F, 62 and 32. RGB value is (47,98,50). Sum of RGB (Red+Green+Blue) = 47+98+50=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6232 is #D09DCD. Grayscale: #4D4D4D. Windows color (decimal): -13671886 or 3301935. OLE color: 3301935.

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

Color convert

RGB479850-
CMYK0.5200.490.62
HSL123.53º35.17%28.43%-
HSV(B)123.53º52.04%38.43%-
XYZ6.129.574.54-
YUV77.28112.6106.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.10%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=24.10%
G=50.26%
B=25.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798500.5200.490.62123.5335.1728.43
Hex2F6232340313E7c231c
Octal571426264061761744334
Binary10111111000101100101101000110001111110111110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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