#2B6231

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

Shades of Parsley #2B6231

Tints of Parsley #2B6231

Color information

#2B6231 (or 0x2B6231) is unknown color: approx Parsley. HEX triplet: 2B, 62 and 31. RGB value is (43,98,49). Sum of RGB (Red+Green+Blue) = 43+98+49=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6231 is #D49DCE. Grayscale: #4C4C4C. Windows color (decimal): -13934031 or 3236395. OLE color: 3236395.

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

Color convert

RGB439849-
CMYK0.5600.50.62
HSL126.55º39.01%27.65%-
HSV(B)126.55º56.12%38.43%-
XYZ5.929.474.42-
YUV75.97112.78104.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 98 (38.67% from 255) = 51.58%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=22.63%
G=51.58%
B=25.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398490.5600.50.62126.5539.0127.65
Hex2B6231380323E7f271c
Octal531426170062761774734
Binary10101111000101100011110000110010111110111111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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