#2F6231

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

Shades of Parsley #2F6231

Tints of Parsley #2F6231

Color information

#2F6231 (or 0x2F6231) is unknown color: approx Parsley. HEX triplet: 2F, 62 and 31. RGB value is (47,98,49). Sum of RGB (Red+Green+Blue) = 47+98+49=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6231 is #D09DCE. Grayscale: #4D4D4D. Windows color (decimal): -13671887 or 3236399. OLE color: 3236399.

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

Color convert

RGB479849-
CMYK0.5200.50.62
HSL122.35º35.17%28.43%-
HSV(B)122.35º52.04%38.43%-
XYZ6.099.564.43-
YUV77.16112.1106.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.23%
GREEN value IS 98 (38.67% from 255) = 50.52%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=24.23%
G=50.52%
B=25.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4798490.5200.50.62122.3535.1728.43
Hex2F6231340323E7a231c
Octal571426164062761724334
Binary10111111000101100011101000110010111110111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,98,49); }

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

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

 a { background-color: rgb(47,98,49); }

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

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

 span { border-color: rgb(47,98,49); }

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