Html Css Color HEX #2F552C Parsley

📋 copy color: '#2F552C'

red 47 ◦ green 85 ◦ blue 44

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

Shades of Parsley #2F552C

Tints of Parsley #2F552C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25%

R = 26.7%
G = 48.3%
B = 25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2F552C (or 0x2F552C) is known color: Parsley. HEX triplet: 2F, 55 and 2C. RGB value is (47,85,44). Sum of RGB (Red+Green+Blue) = 47+85+44=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #2F552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F552C is #D0AAD3. Grayscale: #454545. Windows color (decimal): -13675220 or 2905391. OLE color: 2905391.

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

Color convert

RGB 47 85 44 -
CMYK 0.45 0 0.48 0.67
HSL 115.61º 0.32% 0.25% -
HSV(B) 115.61º 0.48% 0.33% -
XYZ 4.88 7.28 3.53 -
YUV 68.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 47 85 44 0.45 0 0.48 0.67 115.61 0.32 0.25
Hex 2F 55 2C 2D 0 30 43 74 20 19
Octal 57 125 54 55 0 60 103 164 40 31
Binary 101111 1010101 101100 101101 0 110000 1000011 1110100 100000 11001

Color Harmonies of #2F552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F552C

Black with #2F552C

Text Example


Text Example

White with #2F552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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