Html Css Color HEX #2B5534 Parsley

📋 copy color: '#2B5534'

red 43 ◦ green 85 ◦ blue 52

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

Shades of Parsley #2B5534

Tints of Parsley #2B5534

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.22%

 BLUE value IS 52 (20.7% from 255) = 28.89%

R = 23.89%
G = 47.22%
B = 28.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#2B5534 (or 0x2B5534) is known color: Parsley. HEX triplet: 2B, 55 and 34. RGB value is (43,85,52). Sum of RGB (Red+Green+Blue) = 43+85+52=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5534 is #D4AACB. Grayscale: #444444. Windows color (decimal): -13937356 or 3429675. OLE color: 3429675.

HSL color Cylindrical-coordinate representation of color #2B5534: hue angle of 132.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5534 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 85 52 -
CMYK 0.49 0 0.39 0.67
HSL 132.86º 0.33% 0.25% -
HSV(B) 132.86º 0.49% 0.33% -
XYZ 4.86 7.26 4.39 -
YUV 68.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 43 85 52 0.49 0 0.39 0.67 132.86 0.33 0.25
Hex 2B 55 34 31 0 27 43 85 21 19
Octal 53 125 64 61 0 47 103 205 41 31
Binary 101011 1010101 110100 110001 0 100111 1000011 10000101 100001 11001

Color Harmonies of #2B5534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5534

Black with #2B5534

Text Example


Text Example

White with #2B5534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,52); }

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

background-color css

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

 a { background-color: rgb(43,85,52); }

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

border-color css

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

 span { border-color: rgb(43,85,52); }

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