#2B6135

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

Shades of Parsley #2B6135

Tints of Parsley #2B6135

Color information

#2B6135 (or 0x2B6135) is unknown color: approx Parsley. HEX triplet: 2B, 61 and 35. RGB value is (43,97,53). Sum of RGB (Red+Green+Blue) = 43+97+53=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6135 is #D49ECA. Grayscale: #4B4B4B. Windows color (decimal): -13934283 or 3498283. OLE color: 3498283.

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

Color convert

RGB439753-
CMYK0.5600.450.62
HSL131.11º38.57%27.45%-
HSV(B)131.11º55.67%38.04%-
XYZ5.919.324.86-
YUV75.84115.11104.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.28%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 53 (21.09% from 255) = 27.46%
R=22.28%
G=50.26%
B=27.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397530.5600.450.62131.1138.5727.45
Hex2B61353802D3E83271b
Octal531416570055762034733
Binary101011110000111010111100001011011111101000001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,53); }

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

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

 a { background-color: rgb(43,97,53); }

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

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

 span { border-color: rgb(43,97,53); }

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