Html Css Color HEX #2F5533 Parsley

📋 copy color: '#2F5533'

red 47 ◦ green 85 ◦ blue 51

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

Shades of Parsley #2F5533

Tints of Parsley #2F5533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.87%

R = 25.68%
G = 46.45%
B = 27.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#2F5533 (or 0x2F5533) is known color: Parsley. HEX triplet: 2F, 55 and 33. RGB value is (47,85,51). Sum of RGB (Red+Green+Blue) = 47+85+51=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5533 is #D0AACC. Grayscale: #454545. Windows color (decimal): -13675213 or 3364143. OLE color: 3364143.

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

Color convert

RGB 47 85 51 -
CMYK 0.45 0 0.40 0.67
HSL 126.32º 0.29% 0.26% -
HSV(B) 126.32º 0.45% 0.33% -
XYZ 5.02 7.34 4.28 -
YUV 69.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 47 85 51 0.45 0 0.40 0.67 126.32 0.29 0.26
Hex 2F 55 33 2D 0 28 43 7E 1D 1A
Octal 57 125 63 55 0 50 103 176 35 32
Binary 101111 1010101 110011 101101 0 101000 1000011 1111110 11101 11010

Color Harmonies of #2F5533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5533

Black with #2F5533

Text Example


Text Example

White with #2F5533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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