Html Css Color HEX #2E6041 Green Pea

📋 copy color: '#2E6041'

red 46 ◦ green 96 ◦ blue 65

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

Shades of Green Pea #2E6041

Tints of Green Pea #2E6041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.38%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 22.22%
G = 46.38%
B = 31.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#2E6041 (or 0x2E6041) is known color: Green Pea. HEX triplet: 2E, 60 and 41. RGB value is (46,96,65). Sum of RGB (Red+Green+Blue) = 46+96+65=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6041 is #D19FBE. Grayscale: #4D4D4D. Windows color (decimal): -13737919 or 4284462. OLE color: 4284462.

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

Color convert

RGB 46 96 65 -
CMYK 0.52 0 0.32 0.62
HSL 142.8º 0.35% 0.28% -
HSV(B) 142.8º 0.52% 0.38% -
XYZ 6.26 9.33 6.47 -
YUV 77.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 46 96 65 0.52 0 0.32 0.62 142.8 0.35 0.28
Hex 2E 60 41 34 0 20 3E 8F 23 1C
Octal 56 140 101 64 0 40 76 217 43 34
Binary 101110 1100000 1000001 110100 0 100000 111110 10001111 100011 11100

Color Harmonies of #2E6041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6041

Black with #2E6041

Text Example


Text Example

White with #2E6041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,96,65); }

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

background-color css

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

 a { background-color: rgb(46,96,65); }

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

border-color css

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

 span { border-color: rgb(46,96,65); }

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