Html Css Color HEX #2F592A Parsley

📋 copy color: '#2F592A'

red 47 ◦ green 89 ◦ blue 42

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

Shades of Parsley #2F592A

Tints of Parsley #2F592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 26.4%
G = 50%
B = 23.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#2F592A (or 0x2F592A) is known color: Parsley. HEX triplet: 2F, 59 and 2A. RGB value is (47,89,42). Sum of RGB (Red+Green+Blue) = 47+89+42=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #2F592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F592A is #D0A6D5. Grayscale: #474747. Windows color (decimal): -13674198 or 2775343. OLE color: 2775343.

HSL color Cylindrical-coordinate representation of color #2F592A: hue angle of 113.62º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F592A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 89 42 -
CMYK 0.47 0 0.53 0.65
HSL 113.62º 0.36% 0.26% -
HSV(B) 113.62º 0.53% 0.35% -
XYZ 5.16 7.92 3.45 -
YUV 71.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 47 89 42 0.47 0 0.53 0.65 113.62 0.36 0.26
Hex 2F 59 2A 2F 0 35 41 72 24 1A
Octal 57 131 52 57 0 65 101 162 44 32
Binary 101111 1011001 101010 101111 0 110101 1000001 1110010 100100 11010

Color Harmonies of #2F592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F592A

Black with #2F592A

Text Example


Text Example

White with #2F592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,89,42); }

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

background-color css

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

 a { background-color: rgb(47,89,42); }

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

border-color css

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

 span { border-color: rgb(47,89,42); }

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