Html Css Color HEX #2B5B33 Parsley

📋 copy color: '#2B5B33'

red 43 ◦ green 91 ◦ blue 51

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

Shades of Parsley #2B5B33

Tints of Parsley #2B5B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.19%

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 23.24%
G = 49.19%
B = 27.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#2B5B33 (or 0x2B5B33) is known color: Parsley. HEX triplet: 2B, 5B and 33. RGB value is (43,91,51). Sum of RGB (Red+Green+Blue) = 43+91+51=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #2B5B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5B33 is #D4A4CC. Grayscale: #484848. Windows color (decimal): -13935821 or 3365675. OLE color: 3365675.

HSL color Cylindrical-coordinate representation of color #2B5B33: hue angle of 130º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B5B33 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 91 51 -
CMYK 0.53 0 0.44 0.64
HSL 130º 0.36% 0.26% -
HSV(B) 130º 0.53% 0.36% -
XYZ 5.33 8.23 4.44 -
YUV 72.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 43 91 51 0.53 0 0.44 0.64 130 0.36 0.26
Hex 2B 5B 33 35 0 2C 40 82 24 1A
Octal 53 133 63 65 0 54 100 202 44 32
Binary 101011 1011011 110011 110101 0 101100 1000000 10000010 100100 11010

Color Harmonies of #2B5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5B33

Black with #2B5B33

Text Example


Text Example

White with #2B5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,91,51); }

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

background-color css

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

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

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

border-color css

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

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

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