#2F6033

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

Shades of Parsley #2F6033

Tints of Parsley #2F6033

Color information

#2F6033 (or 0x2F6033) is unknown color: approx Parsley. HEX triplet: 2F, 60 and 33. RGB value is (47,96,51). Sum of RGB (Red+Green+Blue) = 47+96+51=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6033 is #D09FCC. Grayscale: #4C4C4C. Windows color (decimal): -13672397 or 3366959. OLE color: 3366959.

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

Color convert

RGB479651-
CMYK0.5100.470.62
HSL124.9º34.27%28.04%-
HSV(B)124.9º51.04%37.65%-
XYZ5.959.214.6-
YUV76.22113.77107.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=24.23%
G=49.48%
B=26.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796510.5100.470.62124.934.2728.04
Hex2F60333302F3E7d221c
Octal571406363057761754234
Binary10111111000001100111100110101111111110111110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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