Html Css Color HEX #2F5536 Parsley

📋 copy color: '#2F5536'

red 47 ◦ green 85 ◦ blue 54

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

Shades of Parsley #2F5536

Tints of Parsley #2F5536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.03%

R = 25.27%
G = 45.7%
B = 29.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#2F5536 (or 0x2F5536) is known color: Parsley. HEX triplet: 2F, 55 and 36. RGB value is (47,85,54). Sum of RGB (Red+Green+Blue) = 47+85+54=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5536 is #D0AAC9. Grayscale: #464646. Windows color (decimal): -13675210 or 3560751. OLE color: 3560751.

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

Color convert

RGB 47 85 54 -
CMYK 0.45 0 0.36 0.67
HSL 131.05º 0.29% 0.26% -
HSV(B) 131.05º 0.45% 0.33% -
XYZ 5.09 7.37 4.64 -
YUV 70.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 47 85 54 0.45 0 0.36 0.67 131.05 0.29 0.26
Hex 2F 55 36 2D 0 24 43 83 1D 1A
Octal 57 125 66 55 0 44 103 203 35 32
Binary 101111 1010101 110110 101101 0 100100 1000011 10000011 11101 11010

Color Harmonies of #2F5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5536

Black with #2F5536

Text Example


Text Example

White with #2F5536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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