#2B6233

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

Shades of Parsley #2B6233

Tints of Parsley #2B6233

Color information

#2B6233 (or 0x2B6233) is unknown color: approx Parsley. HEX triplet: 2B, 62 and 33. RGB value is (43,98,51). Sum of RGB (Red+Green+Blue) = 43+98+51=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 98 (38.67% from 255 or 51.04% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6233 is #D49DCC. Grayscale: #4C4C4C. Windows color (decimal): -13934029 or 3367467. OLE color: 3367467.

HSL color Cylindrical-coordinate representation of color #2B6233: hue angle of 128.73º 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 #2B6233 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB439851-
CMYK0.5600.480.62
HSL128.73º39.01%27.65%-
HSV(B)128.73º56.12%38.43%-
XYZ5.969.494.65-
YUV76.2113.78104.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 98 (38.67% from 255) = 51.04%
BLUE value IS 51 (20.31% from 255) = 26.56%
R=22.40%
G=51.04%
B=26.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398510.5600.480.62128.7339.0127.65
Hex2B6233380303E81271c
Octal531426370060762014734
Binary101011110001011001111100001100001111101000000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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