Html Css Color HEX #2D6137 Parsley

📋 copy color: '#2D6137'

red 45 ◦ green 97 ◦ blue 55

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

Shades of Parsley #2D6137

Tints of Parsley #2D6137

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 22.84%
G = 49.24%
B = 27.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#2D6137 (or 0x2D6137) is known color: Parsley. HEX triplet: 2D, 61 and 37. RGB value is (45,97,55). Sum of RGB (Red+Green+Blue) = 45+97+55=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #2D6137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D6137 is #D29EC8. Grayscale: #4C4C4C. Windows color (decimal): -13803209 or 3629357. OLE color: 3629357.

HSL color Cylindrical-coordinate representation of color #2D6137: hue angle of 131.54º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6137 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 97 55 -
CMYK 0.54 0 0.43 0.62
HSL 131.54º 0.37% 0.28% -
HSV(B) 131.54º 0.54% 0.38% -
XYZ 6.05 9.38 5.11 -
YUV 76.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 45 97 55 0.54 0 0.43 0.62 131.54 0.37 0.28
Hex 2D 61 37 36 0 2B 3E 84 25 1C
Octal 55 141 67 66 0 53 76 204 45 34
Binary 101101 1100001 110111 110110 0 101011 111110 10000100 100101 11100

Color Harmonies of #2D6137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6137

Black with #2D6137

Text Example


Text Example

White with #2D6137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,97,55); }

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

background-color css

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

 a { background-color: rgb(45,97,55); }

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

border-color css

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

 span { border-color: rgb(45,97,55); }

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