Html Css Color HEX #2B5232 Parsley

📋 copy color: '#2B5232'

red 43 ◦ green 82 ◦ blue 50

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

Shades of Parsley #2B5232

Tints of Parsley #2B5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.86%

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 24.57%
G = 46.86%
B = 28.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#2B5232 (or 0x2B5232) is known color: Parsley. HEX triplet: 2B, 52 and 32. RGB value is (43,82,50). Sum of RGB (Red+Green+Blue) = 43+82+50=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5232 is #D4ADCD. Grayscale: #424242. Windows color (decimal): -13938126 or 3297835. OLE color: 3297835.

HSL color Cylindrical-coordinate representation of color #2B5232: hue angle of 130.77º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5232 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 82 50 -
CMYK 0.48 0 0.39 0.68
HSL 130.77º 0.31% 0.25% -
HSV(B) 130.77º 0.48% 0.32% -
XYZ 4.59 6.78 4.08 -
YUV 66.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 43 82 50 0.48 0 0.39 0.68 130.77 0.31 0.25
Hex 2B 52 32 30 0 27 44 83 1F 19
Octal 53 122 62 60 0 47 104 203 37 31
Binary 101011 1010010 110010 110000 0 100111 1000100 10000011 11111 11001

Color Harmonies of #2B5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5232

Black with #2B5232

Text Example


Text Example

White with #2B5232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,50); }

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

background-color css

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

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

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

border-color css

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

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

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