#2B6230

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

Shades of Parsley #2B6230

Tints of Parsley #2B6230

Color information

#2B6230 (or 0x2B6230) is unknown color: approx Parsley. HEX triplet: 2B, 62 and 30. RGB value is (43,98,48). Sum of RGB (Red+Green+Blue) = 43+98+48=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6230 is #D49DCF. Grayscale: #4C4C4C. Windows color (decimal): -13934032 or 3170859. OLE color: 3170859.

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

Color convert

RGB439848-
CMYK0.5600.510.62
HSL125.45º39.01%27.65%-
HSV(B)125.45º56.12%38.43%-
XYZ5.99.464.31-
YUV75.85112.28104.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=22.75%
G=51.85%
B=25.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398480.5600.510.62125.4539.0127.65
Hex2B6230380333E7d271c
Octal531426070063761754734
Binary10101111000101100001110000110011111110111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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