Html Css Color HEX #2B5A33 Parsley

📋 copy color: '#2B5A33'

red 43 ◦ green 90 ◦ blue 51

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

Shades of Parsley #2B5A33

Tints of Parsley #2B5A33

RGB

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

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

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

R = 23.37%
G = 48.91%
B = 27.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#2B5A33 (or 0x2B5A33) is known color: Parsley. HEX triplet: 2B, 5A and 33. RGB value is (43,90,51). Sum of RGB (Red+Green+Blue) = 43+90+51=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A33 is #D4A5CC. Grayscale: #474747. Windows color (decimal): -13936077 or 3365419. OLE color: 3365419.

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

Color convert

RGB 43 90 51 -
CMYK 0.52 0 0.43 0.65
HSL 130.21º 0.35% 0.26% -
HSV(B) 130.21º 0.52% 0.35% -
XYZ 5.25 8.06 4.41 -
YUV 71.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 43 90 51 0.52 0 0.43 0.65 130.21 0.35 0.26
Hex 2B 5A 33 34 0 2B 41 82 23 1A
Octal 53 132 63 64 0 53 101 202 43 32
Binary 101011 1011010 110011 110100 0 101011 1000001 10000010 100011 11010

Color Harmonies of #2B5A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A33

Black with #2B5A33

Text Example


Text Example

White with #2B5A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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