#2F5334

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

Shades of Parsley #2F5334

Tints of Parsley #2F5334

Color information

#2F5334 (or 0x2F5334) is unknown color: approx Parsley. HEX triplet: 2F, 53 and 34. RGB value is (47,83,52). Sum of RGB (Red+Green+Blue) = 47+83+52=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #2F5334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5334 is #D0ACCB. Grayscale: #444444. Windows color (decimal): -13675724 or 3429167. OLE color: 3429167.

HSL color Cylindrical-coordinate representation of color #2F5334: hue angle of 128.33º 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 #2F5334 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB478352-
CMYK0.4300.370.67
HSL128.33º27.69%25.49%-
HSV(B)128.33º43.37%32.55%-
XYZ4.897.044.35-
YUV68.7118.57112.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=25.82%
G=45.60%
B=28.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4783520.4300.370.67128.3327.6925.49
Hex2F53342B02543801c19
Octal5712364530451032003431
Binary101111101001111010010101101001011000011100000001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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