#2F5333

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

Shades of Parsley #2F5333

Tints of Parsley #2F5333

Color information

#2F5333 (or 0x2F5333) is unknown color: approx Parsley. HEX triplet: 2F, 53 and 33. RGB value is (47,83,51). Sum of RGB (Red+Green+Blue) = 47+83+51=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5333 is #D0ACCC. Grayscale: #444444. Windows color (decimal): -13675725 or 3363631. OLE color: 3363631.

HSL color Cylindrical-coordinate representation of color #2F5333: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F5333 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB478351-
CMYK0.4300.390.67
HSL126.67º27.69%25.49%-
HSV(B)126.67º43.37%32.55%-
XYZ4.867.034.23-
YUV68.59118.07112.6-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 51 (20.31% from 255) = 28.18%
R=25.97%
G=45.86%
B=28.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783510.4300.390.67126.6727.6925.49
Hex2F53332B027437f1c19
Octal5712363530471031773431
Binary10111110100111100111010110100111100001111111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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