Html Css Color HEX #2B502C Parsley

📋 copy color: '#2B502C'

red 43 ◦ green 80 ◦ blue 44

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

Shades of Parsley #2B502C

Tints of Parsley #2B502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

 BLUE value IS 44 (17.58% from 255) = 26.35%

R = 25.75%
G = 47.9%
B = 26.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#2B502C (or 0x2B502C) is known color: Parsley. HEX triplet: 2B, 50 and 2C. RGB value is (43,80,44). Sum of RGB (Red+Green+Blue) = 43+80+44=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #2B502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B502C is #D4AFD3. Grayscale: #404040. Windows color (decimal): -13938644 or 2904107. OLE color: 2904107.

HSL color Cylindrical-coordinate representation of color #2B502C: hue angle of 121.62º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B502C is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 80 44 -
CMYK 0.46 0 0.45 0.69
HSL 121.62º 0.3% 0.24% -
HSV(B) 121.62º 0.46% 0.31% -
XYZ 4.32 6.43 3.4 -
YUV 64.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 43 80 44 0.46 0 0.45 0.69 121.62 0.3 0.24
Hex 2B 50 2C 2E 0 2D 45 7A 1E 18
Octal 53 120 54 56 0 55 105 172 36 30
Binary 101011 1010000 101100 101110 0 101101 1000101 1111010 11110 11000

Color Harmonies of #2B502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B502C

Black with #2B502C

Text Example


Text Example

White with #2B502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,44); }

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

background-color css

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

 a { background-color: rgb(43,80,44); }

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

border-color css

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

 span { border-color: rgb(43,80,44); }

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