Html Css Color HEX #2B5934 Parsley

📋 copy color: '#2B5934'

red 43 ◦ green 89 ◦ blue 52

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

Shades of Parsley #2B5934

Tints of Parsley #2B5934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 48.37%

 BLUE value IS 52 (20.7% from 255) = 28.26%

R = 23.37%
G = 48.37%
B = 28.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#2B5934 (or 0x2B5934) is known color: Parsley. HEX triplet: 2B, 59 and 34. RGB value is (43,89,52). Sum of RGB (Red+Green+Blue) = 43+89+52=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5934 is #D4A6CB. Grayscale: #474747. Windows color (decimal): -13936332 or 3430699. OLE color: 3430699.

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

Color convert

RGB 43 89 52 -
CMYK 0.52 0 0.42 0.65
HSL 131.74º 0.35% 0.26% -
HSV(B) 131.74º 0.52% 0.35% -
XYZ 5.19 7.91 4.5 -
YUV 71.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 43 89 52 0.52 0 0.42 0.65 131.74 0.35 0.26
Hex 2B 59 34 34 0 2A 41 84 23 1A
Octal 53 131 64 64 0 52 101 204 43 32
Binary 101011 1011001 110100 110100 0 101010 1000001 10000100 100011 11010

Color Harmonies of #2B5934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5934

Black with #2B5934

Text Example


Text Example

White with #2B5934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,89,52); }

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

background-color css

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

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

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

border-color css

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

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

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