Html Css Color HEX #2F542C Parsley

📋 copy color: '#2F542C'

red 47 ◦ green 84 ◦ blue 44

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

Shades of Parsley #2F542C

Tints of Parsley #2F542C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48%

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

R = 26.86%
G = 48%
B = 25.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#2F542C (or 0x2F542C) is known color: Parsley. HEX triplet: 2F, 54 and 2C. RGB value is (47,84,44). Sum of RGB (Red+Green+Blue) = 47+84+44=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #2F542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F542C is #D0ABD3. Grayscale: #444444. Windows color (decimal): -13675476 or 2905135. OLE color: 2905135.

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

Color convert

RGB 47 84 44 -
CMYK 0.44 0 0.48 0.67
HSL 115.5º 0.31% 0.25% -
HSV(B) 115.5º 0.48% 0.33% -
XYZ 4.8 7.13 3.51 -
YUV 68.38 114.24 112.75 -
System Red Green Blue C M Y K H S L
Decimal 47 84 44 0.44 0 0.48 0.67 115.5 0.31 0.25
Hex 2F 54 2C 2C 0 30 43 74 1F 19
Octal 57 124 54 54 0 60 103 164 37 31
Binary 101111 1010100 101100 101100 0 110000 1000011 1110100 11111 11001

Color Harmonies of #2F542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F542C

Black with #2F542C

Text Example


Text Example

White with #2F542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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