#2F612D

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

Shades of Parsley #2F612D

Tints of Parsley #2F612D

Color information

#2F612D (or 0x2F612D) is unknown color: approx Parsley. HEX triplet: 2F, 61 and 2D. RGB value is (47,97,45). Sum of RGB (Red+Green+Blue) = 47+97+45=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #2F612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F612D is #D09ED2. Grayscale: #4C4C4C. Windows color (decimal): -13672147 or 2973999. OLE color: 2973999.

HSL color Cylindrical-coordinate representation of color #2F612D: hue angle of 117.69º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F612D is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB479745-
CMYK0.5200.540.62
HSL117.69º36.62%27.84%-
HSV(B)117.69º53.61%38.04%-
XYZ5.929.343.97-
YUV76.12110.44107.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=24.87%
G=51.32%
B=23.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4797450.5200.540.62117.6936.6227.84
Hex2F612D340363E76251c
Octal571415564066761664534
Binary10111111000011011011101000110110111110111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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