Html Css Color HEX #2E5830 Parsley

📋 copy color: '#2E5830'

red 46 ◦ green 88 ◦ blue 48

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

Shades of Parsley #2E5830

Tints of Parsley #2E5830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.35%

 BLUE value IS 48 (19.14% from 255) = 26.37%

R = 25.27%
G = 48.35%
B = 26.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#2E5830 (or 0x2E5830) is known color: Parsley. HEX triplet: 2E, 58 and 30. RGB value is (46,88,48). Sum of RGB (Red+Green+Blue) = 46+88+48=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5830 is #D1A7CF. Grayscale: #474747. Windows color (decimal): -13739984 or 3168302. OLE color: 3168302.

HSL color Cylindrical-coordinate representation of color #2E5830: hue angle of 122.86º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5830 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 88 48 -
CMYK 0.48 0 0.45 0.65
HSL 122.86º 0.31% 0.26% -
HSV(B) 122.86º 0.48% 0.35% -
XYZ 5.15 7.77 4.03 -
YUV 70.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 46 88 48 0.48 0 0.45 0.65 122.86 0.31 0.26
Hex 2E 58 30 30 0 2D 41 7B 1F 1A
Octal 56 130 60 60 0 55 101 173 37 32
Binary 101110 1011000 110000 110000 0 101101 1000001 1111011 11111 11010

Color Harmonies of #2E5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5830

Black with #2E5830

Text Example


Text Example

White with #2E5830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,48); }

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

background-color css

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

 a { background-color: rgb(46,88,48); }

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

border-color css

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

 span { border-color: rgb(46,88,48); }

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