#2F5233

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

Shades of Parsley #2F5233

Tints of Parsley #2F5233

Color information

#2F5233 (or 0x2F5233) is unknown color: approx Parsley. HEX triplet: 2F, 52 and 33. RGB value is (47,82,51). Sum of RGB (Red+Green+Blue) = 47+82+51=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #2F5233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5233 is #D0ADCC. Grayscale: #444444. Windows color (decimal): -13675981 or 3363375. OLE color: 3363375.

HSL color Cylindrical-coordinate representation of color #2F5233: hue angle of 126.86º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F5233 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB478251-
CMYK0.4300.380.68
HSL126.86º27.13%25.29%-
HSV(B)126.86º42.68%32.16%-
XYZ4.796.884.21-
YUV68118.4113.02-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.11%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=26.11%
G=45.56%
B=28.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4782510.4300.380.68126.8627.1325.29
Hex2F52332B026447f1b19
Octal5712263530461041773331
Binary10111110100101100111010110100110100010011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,82,51); }

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

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

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

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

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

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

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