Html Css Color HEX #2D5532 Parsley

📋 copy color: '#2D5532'

red 45 ◦ green 85 ◦ blue 50

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

Shades of Parsley #2D5532

Tints of Parsley #2D5532

RGB

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

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

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

R = 25%
G = 47.22%
B = 27.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#2D5532 (or 0x2D5532) is known color: Parsley. HEX triplet: 2D, 55 and 32. RGB value is (45,85,50). Sum of RGB (Red+Green+Blue) = 45+85+50=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5532 is #D2AACD. Grayscale: #454545. Windows color (decimal): -13806286 or 3298605. OLE color: 3298605.

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

Color convert

RGB 45 85 50 -
CMYK 0.47 0 0.41 0.67
HSL 127.5º 0.31% 0.25% -
HSV(B) 127.5º 0.47% 0.33% -
XYZ 4.91 7.29 4.17 -
YUV 69.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 45 85 50 0.47 0 0.41 0.67 127.5 0.31 0.25
Hex 2D 55 32 2F 0 29 43 80 1F 19
Octal 55 125 62 57 0 51 103 200 37 31
Binary 101101 1010101 110010 101111 0 101001 1000011 10000000 11111 11001

Color Harmonies of #2D5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5532

Black with #2D5532

Text Example


Text Example

White with #2D5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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