Html Css Color HEX #2F532C Parsley

📋 copy color: '#2F532C'

red 47 ◦ green 83 ◦ blue 44

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

Shades of Parsley #2F532C

Tints of Parsley #2F532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.7%

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

R = 27.01%
G = 47.7%
B = 25.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#2F532C (or 0x2F532C) is known color: Parsley. HEX triplet: 2F, 53 and 2C. RGB value is (47,83,44). Sum of RGB (Red+Green+Blue) = 47+83+44=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #2F532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F532C is #D0ACD3. Grayscale: #434343. Windows color (decimal): -13675732 or 2904879. OLE color: 2904879.

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

Color convert

RGB 47 83 44 -
CMYK 0.43 0 0.47 0.67
HSL 115.38º 0.31% 0.25% -
HSV(B) 115.38º 0.47% 0.33% -
XYZ 4.72 6.97 3.48 -
YUV 67.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 47 83 44 0.43 0 0.47 0.67 115.38 0.31 0.25
Hex 2F 53 2C 2B 0 2F 43 73 1F 19
Octal 57 123 54 53 0 57 103 163 37 31
Binary 101111 1010011 101100 101011 0 101111 1000011 1110011 11111 11001

Color Harmonies of #2F532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F532C

Black with #2F532C

Text Example


Text Example

White with #2F532C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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