Html Css Color HEX #2E5031 Parsley

📋 copy color: '#2E5031'

red 46 ◦ green 80 ◦ blue 49

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

Shades of Parsley #2E5031

Tints of Parsley #2E5031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

 BLUE value IS 49 (19.53% from 255) = 28%

R = 26.29%
G = 45.71%
B = 28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#2E5031 (or 0x2E5031) is known color: Parsley. HEX triplet: 2E, 50 and 31. RGB value is (46,80,49). Sum of RGB (Red+Green+Blue) = 46+80+49=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5031 is #D1AFCE. Grayscale: #424242. Windows color (decimal): -13742031 or 3231790. OLE color: 3231790.

HSL color Cylindrical-coordinate representation of color #2E5031: hue angle of 125.29º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E5031 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 46 80 49 -
CMYK 0.42 0 0.39 0.69
HSL 125.29º 0.27% 0.25% -
HSV(B) 125.29º 0.43% 0.31% -
XYZ 4.55 6.54 3.93 -
YUV 66.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 46 80 49 0.42 0 0.39 0.69 125.29 0.27 0.25
Hex 2E 50 31 2A 0 27 45 7D 1B 19
Octal 56 120 61 52 0 47 105 175 33 31
Binary 101110 1010000 110001 101010 0 100111 1000101 1111101 11011 11001

Color Harmonies of #2E5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5031

Black with #2E5031

Text Example


Text Example

White with #2E5031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,80,49); }

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

background-color css

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

 a { background-color: rgb(46,80,49); }

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

border-color css

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

 span { border-color: rgb(46,80,49); }

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