Html Css Color HEX #2F5434 Parsley

📋 copy color: '#2F5434'

red 47 ◦ green 84 ◦ blue 52

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

Shades of Parsley #2F5434

Tints of Parsley #2F5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.9%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 25.68%
G = 45.9%
B = 28.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#2F5434 (or 0x2F5434) is known color: Parsley. HEX triplet: 2F, 54 and 34. RGB value is (47,84,52). Sum of RGB (Red+Green+Blue) = 47+84+52=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5434 is #D0ABCB. Grayscale: #454545. Windows color (decimal): -13675468 or 3429423. OLE color: 3429423.

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

Color convert

RGB 47 84 52 -
CMYK 0.44 0 0.38 0.67
HSL 128.11º 0.28% 0.26% -
HSV(B) 128.11º 0.44% 0.33% -
XYZ 4.96 7.19 4.38 -
YUV 69.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 47 84 52 0.44 0 0.38 0.67 128.11 0.28 0.26
Hex 2F 54 34 2C 0 26 43 80 1C 1A
Octal 57 124 64 54 0 46 103 200 34 32
Binary 101111 1010100 110100 101100 0 100110 1000011 10000000 11100 11010

Color Harmonies of #2F5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5434

Black with #2F5434

Text Example


Text Example

White with #2F5434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,84,52); }

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

background-color css

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

 a { background-color: rgb(47,84,52); }

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

border-color css

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

 span { border-color: rgb(47,84,52); }

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