Html Css Color HEX #2B5F33 Parsley

📋 copy color: '#2B5F33'

red 43 ◦ green 95 ◦ blue 51

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

Shades of Parsley #2B5F33

Tints of Parsley #2B5F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.26%

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

R = 22.75%
G = 50.26%
B = 26.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#2B5F33 (or 0x2B5F33) is known color: Parsley. HEX triplet: 2B, 5F and 33. RGB value is (43,95,51). Sum of RGB (Red+Green+Blue) = 43+95+51=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F33 is #D4A0CC. Grayscale: #4A4A4A. Windows color (decimal): -13934797 or 3366699. OLE color: 3366699.

HSL color Cylindrical-coordinate representation of color #2B5F33: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B5F33 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 95 51 -
CMYK 0.55 0 0.46 0.63
HSL 129.23º 0.38% 0.27% -
HSV(B) 129.23º 0.55% 0.37% -
XYZ 5.69 8.94 4.56 -
YUV 74.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 43 95 51 0.55 0 0.46 0.63 129.23 0.38 0.27
Hex 2B 5F 33 37 0 2E 3F 81 26 1B
Octal 53 137 63 67 0 56 77 201 46 33
Binary 101011 1011111 110011 110111 0 101110 111111 10000001 100110 11011

Color Harmonies of #2B5F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F33

Black with #2B5F33

Text Example


Text Example

White with #2B5F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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