#2B612C

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

Shades of Parsley #2B612C

Tints of Parsley #2B612C

Color information

#2B612C (or 0x2B612C) is unknown color: approx Parsley. HEX triplet: 2B, 61 and 2C. RGB value is (43,97,44). Sum of RGB (Red+Green+Blue) = 43+97+44=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #2B612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B612C is #D49ED3. Grayscale: #4A4A4A. Windows color (decimal): -13934292 or 2908459. OLE color: 2908459.

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

Color convert

RGB439744-
CMYK0.5600.550.62
HSL121.11º38.57%27.45%-
HSV(B)121.11º55.67%38.04%-
XYZ5.739.243.87-
YUV74.81110.61105.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 97 (38.28% from 255) = 52.72%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=23.37%
G=52.72%
B=23.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397440.5600.550.62121.1138.5727.45
Hex2B612C380373E79271b
Octal531415470067761714733
Binary10101111000011011001110000110111111110111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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