#2B6330

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

Shades of Parsley #2B6330

Tints of Parsley #2B6330

Color information

#2B6330 (or 0x2B6330) is unknown color: approx Parsley. HEX triplet: 2B, 63 and 30. RGB value is (43,99,48). Sum of RGB (Red+Green+Blue) = 43+99+48=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6330 is #D49CCF. Grayscale: #4C4C4C. Windows color (decimal): -13933776 or 3171115. OLE color: 3171115.

HSL color Cylindrical-coordinate representation of color #2B6330: hue angle of 125.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6330 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB439948-
CMYK0.5700.520.61
HSL125.36º39.44%27.84%-
HSV(B)125.36º56.57%38.82%-
XYZ5.999.654.34-
YUV76.44111.95104.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=22.63%
G=52.11%
B=25.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4399480.5700.520.61125.3639.4427.84
Hex2B6330390343D7d271c
Octal531436071064751754734
Binary10101111000111100001110010110100111101111110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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