Html Css Color HEX #2B5332 Parsley

📋 copy color: '#2B5332'

red 43 ◦ green 83 ◦ blue 50

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

Shades of Parsley #2B5332

Tints of Parsley #2B5332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

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

R = 24.43%
G = 47.16%
B = 28.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#2B5332 (or 0x2B5332) is known color: Parsley. HEX triplet: 2B, 53 and 32. RGB value is (43,83,50). Sum of RGB (Red+Green+Blue) = 43+83+50=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5332 is #D4ACCD. Grayscale: #434343. Windows color (decimal): -13937870 or 3298091. OLE color: 3298091.

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

Color convert

RGB 43 83 50 -
CMYK 0.48 0 0.40 0.67
HSL 130.5º 0.32% 0.25% -
HSV(B) 130.5º 0.48% 0.33% -
XYZ 4.67 6.93 4.11 -
YUV 67.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 43 83 50 0.48 0 0.40 0.67 130.5 0.32 0.25
Hex 2B 53 32 30 0 28 43 82 20 19
Octal 53 123 62 60 0 50 103 202 40 31
Binary 101011 1010011 110010 110000 0 101000 1000011 10000010 100000 11001

Color Harmonies of #2B5332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5332

Black with #2B5332

Text Example


Text Example

White with #2B5332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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