#2B602E

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

Shades of Parsley #2B602E

Tints of Parsley #2B602E

Color information

#2B602E (or 0x2B602E) is unknown color: approx Parsley. HEX triplet: 2B, 60 and 2E. RGB value is (43,96,46). Sum of RGB (Red+Green+Blue) = 43+96+46=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #2B602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B602E is #D49FD1. Grayscale: #4A4A4A. Windows color (decimal): -13934546 or 3039275. OLE color: 3039275.

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

Color convert

RGB439646-
CMYK0.5500.520.62
HSL123.4º38.13%27.25%-
HSV(B)123.4º55.21%37.65%-
XYZ5.679.084.04-
YUV74.45111.94105.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=23.24%
G=51.89%
B=24.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4396460.5500.520.62123.438.1327.25
Hex2B602E370343E7b261b
Octal531405667064761734633
Binary10101111000001011101101110110100111110111101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,96,46); }

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

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

 a { background-color: rgb(43,96,46); }

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

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

 span { border-color: rgb(43,96,46); }

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