Html Css Color HEX #2E5536 Parsley

📋 copy color: '#2E5536'

red 46 ◦ green 85 ◦ blue 54

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

Shades of Parsley #2E5536

Tints of Parsley #2E5536

RGB

 RED value IS 46 (18.36% from 255) = 24.86%

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

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

R = 24.86%
G = 45.95%
B = 29.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#2E5536 (or 0x2E5536) is known color: Parsley. HEX triplet: 2E, 55 and 36. RGB value is (46,85,54). Sum of RGB (Red+Green+Blue) = 46+85+54=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5536 is #D1AAC9. Grayscale: #454545. Windows color (decimal): -13740746 or 3560750. OLE color: 3560750.

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

Color convert

RGB 46 85 54 -
CMYK 0.46 0 0.36 0.67
HSL 132.31º 0.3% 0.26% -
HSV(B) 132.31º 0.46% 0.33% -
XYZ 5.04 7.34 4.64 -
YUV 69.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 46 85 54 0.46 0 0.36 0.67 132.31 0.3 0.26
Hex 2E 55 36 2E 0 24 43 84 1E 1A
Octal 56 125 66 56 0 44 103 204 36 32
Binary 101110 1010101 110110 101110 0 100100 1000011 10000100 11110 11010

Color Harmonies of #2E5536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5536

Black with #2E5536

Text Example


Text Example

White with #2E5536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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