Html Css Color HEX #2D5B32 Parsley

📋 copy color: '#2D5B32'

red 45 ◦ green 91 ◦ blue 50

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

Shades of Parsley #2D5B32

Tints of Parsley #2D5B32

RGB

 RED value IS 45 (17.97% from 255) = 24.19%

 GREEN value IS 91 (35.94% from 255) = 48.92%

 BLUE value IS 50 (19.92% from 255) = 26.88%

R = 24.19%
G = 48.92%
B = 26.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#2D5B32 (or 0x2D5B32) is known color: Parsley. HEX triplet: 2D, 5B and 32. RGB value is (45,91,50). Sum of RGB (Red+Green+Blue) = 45+91+50=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #2D5B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5B32 is #D2A4CD. Grayscale: #484848. Windows color (decimal): -13804750 or 3300141. OLE color: 3300141.

HSL color Cylindrical-coordinate representation of color #2D5B32: hue angle of 126.52º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2D5B32 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 45 91 50 -
CMYK 0.51 0 0.45 0.64
HSL 126.52º 0.34% 0.27% -
HSV(B) 126.52º 0.51% 0.36% -
XYZ 5.4 8.27 4.33 -
YUV 72.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 45 91 50 0.51 0 0.45 0.64 126.52 0.34 0.27
Hex 2D 5B 32 33 0 2D 40 7F 22 1B
Octal 55 133 62 63 0 55 100 177 42 33
Binary 101101 1011011 110010 110011 0 101101 1000000 1111111 100010 11011

Color Harmonies of #2D5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5B32

Black with #2D5B32

Text Example


Text Example

White with #2D5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,91,50); }

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

background-color css

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

 a { background-color: rgb(45,91,50); }

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

border-color css

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

 span { border-color: rgb(45,91,50); }

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