Html Css Color HEX #2F5532 Parsley

📋 copy color: '#2F5532'

red 47 ◦ green 85 ◦ blue 50

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

Shades of Parsley #2F5532

Tints of Parsley #2F5532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.47%

R = 25.82%
G = 46.7%
B = 27.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#2F5532 (or 0x2F5532) is known color: Parsley. HEX triplet: 2F, 55 and 32. RGB value is (47,85,50). Sum of RGB (Red+Green+Blue) = 47+85+50=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5532 is #D0AACD. Grayscale: #454545. Windows color (decimal): -13675214 or 3298607. OLE color: 3298607.

HSL color Cylindrical-coordinate representation of color #2F5532: hue angle of 124.74º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5532 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 50 -
CMYK 0.45 0 0.41 0.67
HSL 124.74º 0.29% 0.26% -
HSV(B) 124.74º 0.45% 0.33% -
XYZ 5 7.33 4.17 -
YUV 69.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 47 85 50 0.45 0 0.41 0.67 124.74 0.29 0.26
Hex 2F 55 32 2D 0 29 43 7D 1D 1A
Octal 57 125 62 55 0 51 103 175 35 32
Binary 101111 1010101 110010 101101 0 101001 1000011 1111101 11101 11010

Color Harmonies of #2F5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5532

Black with #2F5532

Text Example


Text Example

White with #2F5532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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