Html Css Color HEX #2B5A32 Parsley

📋 copy color: '#2B5A32'

red 43 ◦ green 90 ◦ blue 50

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

Shades of Parsley #2B5A32

Tints of Parsley #2B5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 49.18%

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

R = 23.5%
G = 49.18%
B = 27.32%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#2B5A32 (or 0x2B5A32) is known color: Parsley. HEX triplet: 2B, 5A and 32. RGB value is (43,90,50). Sum of RGB (Red+Green+Blue) = 43+90+50=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A32 is #D4A5CD. Grayscale: #474747. Windows color (decimal): -13936078 or 3299883. OLE color: 3299883.

HSL color Cylindrical-coordinate representation of color #2B5A32: hue angle of 128.94º 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 #2B5A32 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 90 50 -
CMYK 0.52 0 0.44 0.65
HSL 128.94º 0.35% 0.26% -
HSV(B) 128.94º 0.52% 0.35% -
XYZ 5.23 8.06 4.3 -
YUV 71.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 43 90 50 0.52 0 0.44 0.65 128.94 0.35 0.26
Hex 2B 5A 32 34 0 2C 41 81 23 1A
Octal 53 132 62 64 0 54 101 201 43 32
Binary 101011 1011010 110010 110100 0 101100 1000001 10000001 100011 11010

Color Harmonies of #2B5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A32

Black with #2B5A32

Text Example


Text Example

White with #2B5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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