Html Css Color HEX #2E674C Green Pea

📋 copy color: '#2E674C'

red 46 ◦ green 103 ◦ blue 76

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

Shades of Green Pea #2E674C

Tints of Green Pea #2E674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 20.44%
G = 45.78%
B = 33.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#2E674C (or 0x2E674C) is known color: Green Pea. HEX triplet: 2E, 67 and 4C. RGB value is (46,103,76). Sum of RGB (Red+Green+Blue) = 46+103+76=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #2E674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E674C is #D198B3. Grayscale: #525252. Windows color (decimal): -13736116 or 5007150. OLE color: 5007150.

HSL color Cylindrical-coordinate representation of color #2E674C: hue angle of 151.58º 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 #2E674C is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 103 76 -
CMYK 0.55 0 0.26 0.60
HSL 151.58º 0.38% 0.29% -
HSV(B) 151.58º 0.55% 0.4% -
XYZ 7.28 10.8 8.54 -
YUV 82.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 46 103 76 0.55 0 0.26 0.60 151.58 0.38 0.29
Hex 2E 67 4C 37 0 1A 3C 98 26 1D
Octal 56 147 114 67 0 32 74 230 46 35
Binary 101110 1100111 1001100 110111 0 11010 111100 10011000 100110 11101

Color Harmonies of #2E674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E674C

Black with #2E674C

Text Example


Text Example

White with #2E674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,103,76); }

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

background-color css

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

 a { background-color: rgb(46,103,76); }

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

border-color css

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

 span { border-color: rgb(46,103,76); }

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