Html Css Color HEX #2E664A Green Pea

📋 copy color: '#2E664A'

red 46 ◦ green 102 ◦ blue 74

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

Shades of Green Pea #2E664A

Tints of Green Pea #2E664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.95%

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 20.72%
G = 45.95%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#2E664A (or 0x2E664A) is known color: Green Pea. HEX triplet: 2E, 66 and 4A. RGB value is (46,102,74). Sum of RGB (Red+Green+Blue) = 46+102+74=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E664A is #D199B5. Grayscale: #525252. Windows color (decimal): -13736374 or 4875822. OLE color: 4875822.

HSL color Cylindrical-coordinate representation of color #2E664A: hue angle of 150º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E664A is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 102 74 -
CMYK 0.55 0 0.27 0.6
HSL 150º 0.38% 0.29% -
HSV(B) 150º 0.55% 0.4% -
XYZ 7.11 10.58 8.15 -
YUV 82.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 46 102 74 0.55 0 0.27 0.6 150 0.38 0.29
Hex 2E 66 4A 37 0 1B 3C 96 26 1D
Octal 56 146 112 67 0 33 74 226 46 35
Binary 101110 1100110 1001010 110111 0 11011 111100 10010110 100110 11101

Color Harmonies of #2E664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E664A

Black with #2E664A

Text Example


Text Example

White with #2E664A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,102,74); }

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

background-color css

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

 a { background-color: rgb(46,102,74); }

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

border-color css

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

 span { border-color: rgb(46,102,74); }

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