Html Css Color HEX #2E6445 Green Pea

📋 copy color: '#2E6445'

red 46 ◦ green 100 ◦ blue 69

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

Shades of Green Pea #2E6445

Tints of Green Pea #2E6445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.51%

 BLUE value IS 69 (27.34% from 255) = 32.09%

R = 21.4%
G = 46.51%
B = 32.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#2E6445 (or 0x2E6445) is known color: Green Pea. HEX triplet: 2E, 64 and 45. RGB value is (46,100,69). Sum of RGB (Red+Green+Blue) = 46+100+69=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #2E6445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6445 is #D19BBA. Grayscale: #505050. Windows color (decimal): -13736891 or 4547630. OLE color: 4547630.

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

Color convert

RGB 46 100 69 -
CMYK 0.54 0 0.31 0.61
HSL 145.56º 0.37% 0.29% -
HSV(B) 145.56º 0.54% 0.39% -
XYZ 6.76 10.12 7.23 -
YUV 80.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 46 100 69 0.54 0 0.31 0.61 145.56 0.37 0.29
Hex 2E 64 45 36 0 1F 3D 92 25 1D
Octal 56 144 105 66 0 37 75 222 45 35
Binary 101110 1100100 1000101 110110 0 11111 111101 10010010 100101 11101

Color Harmonies of #2E6445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6445

Black with #2E6445

Text Example


Text Example

White with #2E6445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,100,69); }

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

background-color css

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

 a { background-color: rgb(46,100,69); }

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

border-color css

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

 span { border-color: rgb(46,100,69); }

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