Html Css Color HEX #2B532B Parsley

📋 copy color: '#2B532B'

red 43 ◦ green 83 ◦ blue 43

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

Shades of Parsley #2B532B

Tints of Parsley #2B532B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

 BLUE value IS 43 (17.19% from 255) = 25.44%

R = 25.44%
G = 49.11%
B = 25.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2B532B (or 0x2B532B) is known color: Parsley. HEX triplet: 2B, 53 and 2B. RGB value is (43,83,43). Sum of RGB (Red+Green+Blue) = 43+83+43=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #2B532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B532B is #D4ACD4. Grayscale: #424242. Windows color (decimal): -13937877 or 2839339. OLE color: 2839339.

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

Color convert

RGB 43 83 43 -
CMYK 0.48 0 0.48 0.67
HSL 120º 0.32% 0.25% -
HSV(B) 120º 0.48% 0.33% -
XYZ 4.53 6.87 3.37 -
YUV 66.48 114.75 111.25 -
System Red Green Blue C M Y K H S L
Decimal 43 83 43 0.48 0 0.48 0.67 120 0.32 0.25
Hex 2B 53 2B 30 0 30 43 78 20 19
Octal 53 123 53 60 0 60 103 170 40 31
Binary 101011 1010011 101011 110000 0 110000 1000011 1111000 100000 11001

Color Harmonies of #2B532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B532B

Black with #2B532B

Text Example


Text Example

White with #2B532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,43); }

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

background-color css

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

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

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

border-color css

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

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

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