#2B612D

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

Shades of Parsley #2B612D

Tints of Parsley #2B612D

Color information

#2B612D (or 0x2B612D) is unknown color: approx Parsley. HEX triplet: 2B, 61 and 2D. RGB value is (43,97,45). Sum of RGB (Red+Green+Blue) = 43+97+45=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #2B612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B612D is #D49ED2. Grayscale: #4B4B4B. Windows color (decimal): -13934291 or 2973995. OLE color: 2973995.

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

Color convert

RGB439745-
CMYK0.5600.540.62
HSL122.22º38.57%27.45%-
HSV(B)122.22º55.67%38.04%-
XYZ5.749.253.97-
YUV74.93111.11105.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 97 (38.28% from 255) = 52.43%
BLUE value IS 45 (17.97% from 255) = 24.32%
R=23.24%
G=52.43%
B=24.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397450.5600.540.62122.2238.5727.45
Hex2B612D380363E7a271b
Octal531415570066761724733
Binary10101111000011011011110000110110111110111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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