Html Css Color HEX #2E6130 Parsley

📋 copy color: '#2E6130'

red 46 ◦ green 97 ◦ blue 48

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

Shades of Parsley #2E6130

Tints of Parsley #2E6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

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

R = 24.08%
G = 50.79%
B = 25.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#2E6130 (or 0x2E6130) is known color: Parsley. HEX triplet: 2E, 61 and 30. RGB value is (46,97,48). Sum of RGB (Red+Green+Blue) = 46+97+48=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6130 is #D19ECF. Grayscale: #4C4C4C. Windows color (decimal): -13737680 or 3170606. OLE color: 3170606.

HSL color Cylindrical-coordinate representation of color #2E6130: hue angle of 122.35º 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 #2E6130 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 48 -
CMYK 0.53 0 0.51 0.62
HSL 122.35º 0.36% 0.28% -
HSV(B) 122.35º 0.53% 0.38% -
XYZ 5.93 9.34 4.29 -
YUV 76.17 112.1 106.48 -
System Red Green Blue C M Y K H S L
Decimal 46 97 48 0.53 0 0.51 0.62 122.35 0.36 0.28
Hex 2E 61 30 35 0 33 3E 7A 24 1C
Octal 56 141 60 65 0 63 76 172 44 34
Binary 101110 1100001 110000 110101 0 110011 111110 1111010 100100 11100

Color Harmonies of #2E6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6130

Black with #2E6130

Text Example


Text Example

White with #2E6130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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