#2F6332

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

Shades of Parsley #2F6332

Tints of Parsley #2F6332

Color information

#2F6332 (or 0x2F6332) is unknown color: approx Parsley. HEX triplet: 2F, 63 and 32. RGB value is (47,99,50). Sum of RGB (Red+Green+Blue) = 47+99+50=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #2F6332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6332 is #D09CCD. Grayscale: #4E4E4E. Windows color (decimal): -13671630 or 3302191. OLE color: 3302191.

HSL color Cylindrical-coordinate representation of color #2F6332: hue angle of 123.46º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6332 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB479950-
CMYK0.5300.490.61
HSL123.46º35.62%28.63%-
HSV(B)123.46º52.53%38.82%-
XYZ6.219.764.57-
YUV77.87112.27105.98-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.98%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=23.98%
G=50.51%
B=25.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4799500.5300.490.61123.4635.6228.63
Hex2F6332350313D7b241d
Octal571436265061751734435
Binary10111111000111100101101010110001111101111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,99,50); }

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

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

 a { background-color: rgb(47,99,50); }

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

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

 span { border-color: rgb(47,99,50); }

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