Html Css Color HEX #2E4B2F Parsley

📋 copy color: '#2E4B2F'

red 46 ◦ green 75 ◦ blue 47

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

Shades of Parsley #2E4B2F

Tints of Parsley #2E4B2F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.64%

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

R = 27.38%
G = 44.64%
B = 27.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#2E4B2F (or 0x2E4B2F) is known color: Parsley. HEX triplet: 2E, 4B and 2F. RGB value is (46,75,47). Sum of RGB (Red+Green+Blue) = 46+75+47=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B2F is #D1B4D0. Grayscale: #3F3F3F. Windows color (decimal): -13743313 or 3099438. OLE color: 3099438.

HSL color Cylindrical-coordinate representation of color #2E4B2F: hue angle of 122.07º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B2F is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 75 47 -
CMYK 0.39 0 0.37 0.71
HSL 122.07º 0.24% 0.24% -
HSV(B) 122.07º 0.39% 0.29% -
XYZ 4.16 5.82 3.59 -
YUV 63.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 46 75 47 0.39 0 0.37 0.71 122.07 0.24 0.24
Hex 2E 4B 2F 27 0 25 47 7A 18 18
Octal 56 113 57 47 0 45 107 172 30 30
Binary 101110 1001011 101111 100111 0 100101 1000111 1111010 11000 11000

Color Harmonies of #2E4B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B2F

Black with #2E4B2F

Text Example


Text Example

White with #2E4B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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