Html Css Color HEX #2E6246 Green Pea

📋 copy color: '#2E6246'

red 46 ◦ green 98 ◦ blue 70

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

Shades of Green Pea #2E6246

Tints of Green Pea #2E6246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 21.5%
G = 45.79%
B = 32.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#2E6246 (or 0x2E6246) is known color: Green Pea. HEX triplet: 2E, 62 and 46. RGB value is (46,98,70). Sum of RGB (Red+Green+Blue) = 46+98+70=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6246 is #D19DB9. Grayscale: #4F4F4F. Windows color (decimal): -13737402 or 4612654. OLE color: 4612654.

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

Color convert

RGB 46 98 70 -
CMYK 0.53 0 0.29 0.62
HSL 147.69º 0.36% 0.28% -
HSV(B) 147.69º 0.53% 0.38% -
XYZ 6.6 9.76 7.33 -
YUV 79.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 46 98 70 0.53 0 0.29 0.62 147.69 0.36 0.28
Hex 2E 62 46 35 0 1D 3E 94 24 1C
Octal 56 142 106 65 0 35 76 224 44 34
Binary 101110 1100010 1000110 110101 0 11101 111110 10010100 100100 11100

Color Harmonies of #2E6246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6246

Black with #2E6246

Text Example


Text Example

White with #2E6246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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