#2B5F2F

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

Shades of Parsley #2B5F2F

Tints of Parsley #2B5F2F

Color information

#2B5F2F (or 0x2B5F2F) is unknown color: approx Parsley. HEX triplet: 2B, 5F and 2F. RGB value is (43,95,47). Sum of RGB (Red+Green+Blue) = 43+95+47=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F2F is #D4A0D0. Grayscale: #4A4A4A. Windows color (decimal): -13934801 or 3104555. OLE color: 3104555.

HSL color Cylindrical-coordinate representation of color #2B5F2F: hue angle of 124.62º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F2F is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB439547-
CMYK0.5500.510.63
HSL124.62º37.68%27.06%-
HSV(B)124.62º54.74%37.25%-
XYZ5.68.94.11-
YUV73.98112.77105.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.24%
GREEN value IS 95 (37.5% from 255) = 51.35%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=23.24%
G=51.35%
B=25.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4395470.5500.510.63124.6237.6827.06
Hex2B5F2F370333F7d261b
Octal531375767063771754633
Binary10101110111111011111101110110011111111111110110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,47); }

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

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

 a { background-color: rgb(43,95,47); }

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

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

 span { border-color: rgb(43,95,47); }

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