Html Css Color HEX #2F5436 Parsley

📋 copy color: '#2F5436'

red 47 ◦ green 84 ◦ blue 54

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

Shades of Parsley #2F5436

Tints of Parsley #2F5436

RGB

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

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

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

R = 25.41%
G = 45.41%
B = 29.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#2F5436 (or 0x2F5436) is known color: Parsley. HEX triplet: 2F, 54 and 36. RGB value is (47,84,54). Sum of RGB (Red+Green+Blue) = 47+84+54=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #2F5436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5436 is #D0ABC9. Grayscale: #454545. Windows color (decimal): -13675466 or 3560495. OLE color: 3560495.

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

Color convert

RGB 47 84 54 -
CMYK 0.44 0 0.36 0.67
HSL 131.35º 0.28% 0.26% -
HSV(B) 131.35º 0.44% 0.33% -
XYZ 5.01 7.21 4.62 -
YUV 69.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 47 84 54 0.44 0 0.36 0.67 131.35 0.28 0.26
Hex 2F 54 36 2C 0 24 43 83 1C 1A
Octal 57 124 66 54 0 44 103 203 34 32
Binary 101111 1010100 110110 101100 0 100100 1000011 10000011 11100 11010

Color Harmonies of #2F5436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5436

Black with #2F5436

Text Example


Text Example

White with #2F5436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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