Html Css Color HEX #2F552D Parsley

📋 copy color: '#2F552D'

red 47 ◦ green 85 ◦ blue 45

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

Shades of Parsley #2F552D

Tints of Parsley #2F552D

RGB

 RED value IS 47 (18.75% from 255) = 26.55%

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 26.55%
G = 48.02%
B = 25.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#2F552D (or 0x2F552D) is known color: Parsley. HEX triplet: 2F, 55 and 2D. RGB value is (47,85,45). Sum of RGB (Red+Green+Blue) = 47+85+45=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #2F552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F552D is #D0AAD2. Grayscale: #454545. Windows color (decimal): -13675219 or 2970927. OLE color: 2970927.

HSL color Cylindrical-coordinate representation of color #2F552D: hue angle of 117º 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 #2F552D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 45 -
CMYK 0.45 0 0.47 0.67
HSL 117º 0.31% 0.25% -
HSV(B) 117º 0.47% 0.33% -
XYZ 4.89 7.29 3.63 -
YUV 69.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 47 85 45 0.45 0 0.47 0.67 117 0.31 0.25
Hex 2F 55 2D 2D 0 2F 43 75 1F 19
Octal 57 125 55 55 0 57 103 165 37 31
Binary 101111 1010101 101101 101101 0 101111 1000011 1110101 11111 11001

Color Harmonies of #2F552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F552D

Black with #2F552D

Text Example


Text Example

White with #2F552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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