Html Css Color HEX #2B582B Parsley

📋 copy color: '#2B582B'

red 43 ◦ green 88 ◦ blue 43

#2B582B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #2B582B

Tints of Parsley #2B582B

RGB

 RED value IS 43 (17.19% from 255) = 24.71%

 GREEN value IS 88 (34.77% from 255) = 50.57%

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 24.71%
G = 50.57%
B = 24.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#2B582B (or 0x2B582B) is known color: Parsley. HEX triplet: 2B, 58 and 2B. RGB value is (43,88,43). Sum of RGB (Red+Green+Blue) = 43+88+43=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #2B582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B582B is #D4A7D4. Grayscale: #454545. Windows color (decimal): -13936597 or 2840619. OLE color: 2840619.

HSL color Cylindrical-coordinate representation of color #2B582B: hue angle of 120º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B582B is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 88 43 -
CMYK 0.51 0 0.51 0.65
HSL 120º 0.34% 0.26% -
HSV(B) 120º 0.51% 0.35% -
XYZ 4.92 7.67 3.51 -
YUV 69.42 113.09 109.16 -
System Red Green Blue C M Y K H S L
Decimal 43 88 43 0.51 0 0.51 0.65 120 0.34 0.26
Hex 2B 58 2B 33 0 33 41 78 22 1A
Octal 53 130 53 63 0 63 101 170 42 32
Binary 101011 1011000 101011 110011 0 110011 1000001 1111000 100010 11010

Color Harmonies of #2B582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B582B

Black with #2B582B

Text Example


Text Example

White with #2B582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,88,43); }

 H1.HeaderClassName
 {
   color: #2B582B;
 }
 .AnyTagClassName
 {
   color: #2B582B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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