Html Css Color HEX #2E622F Parsley

📋 copy color: '#2E622F'

red 46 ◦ green 98 ◦ blue 47

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

Shades of Parsley #2E622F

Tints of Parsley #2E622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.31%

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 24.08%
G = 51.31%
B = 24.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#2E622F (or 0x2E622F) is known color: Parsley. HEX triplet: 2E, 62 and 2F. RGB value is (46,98,47). Sum of RGB (Red+Green+Blue) = 46+98+47=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #2E622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E622F is #D19DD0. Grayscale: #4C4C4C. Windows color (decimal): -13737425 or 3105326. OLE color: 3105326.

HSL color Cylindrical-coordinate representation of color #2E622F: hue angle of 121.15º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E622F is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 47 -
CMYK 0.53 0 0.52 0.62
HSL 121.15º 0.36% 0.28% -
HSV(B) 121.15º 0.53% 0.38% -
XYZ 6.01 9.52 4.21 -
YUV 76.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 46 98 47 0.53 0 0.52 0.62 121.15 0.36 0.28
Hex 2E 62 2F 35 0 34 3E 79 24 1C
Octal 56 142 57 65 0 64 76 171 44 34
Binary 101110 1100010 101111 110101 0 110100 111110 1111001 100100 11100

Color Harmonies of #2E622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E622F

Black with #2E622F

Text Example


Text Example

White with #2E622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,47); }

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

background-color css

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

 a { background-color: rgb(46,98,47); }

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

border-color css

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

 span { border-color: rgb(46,98,47); }

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