Html Css Color HEX #2B6E4E Green Pea

📋 copy color: '#2B6E4E'

red 43 ◦ green 110 ◦ blue 78

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

Shades of Green Pea #2B6E4E

Tints of Green Pea #2B6E4E

RGB

 RED value IS 43 (17.19% from 255) = 18.61%

 GREEN value IS 110 (43.36% from 255) = 47.62%

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 18.61%
G = 47.62%
B = 33.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#2B6E4E (or 0x2B6E4E) is known color: Green Pea. HEX triplet: 2B, 6E and 4E. RGB value is (43,110,78). Sum of RGB (Red+Green+Blue) = 43+110+78=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E4E is #D491B1. Grayscale: #565656. Windows color (decimal): -13930930 or 5140011. OLE color: 5140011.

HSL color Cylindrical-coordinate representation of color #2B6E4E: hue angle of 151.34º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6E4E is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 110 78 -
CMYK 0.61 0 0.29 0.57
HSL 151.34º 0.44% 0.3% -
HSV(B) 151.34º 0.61% 0.43% -
XYZ 7.95 12.22 9.15 -
YUV 86.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 43 110 78 0.61 0 0.29 0.57 151.34 0.44 0.3
Hex 2B 6E 4E 3D 0 1D 39 97 2C 1E
Octal 53 156 116 75 0 35 71 227 54 36
Binary 101011 1101110 1001110 111101 0 11101 111001 10010111 101100 11110

Color Harmonies of #2B6E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6E4E

Black with #2B6E4E

Text Example


Text Example

White with #2B6E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,110,78); }

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

background-color css

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

 a { background-color: rgb(43,110,78); }

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

border-color css

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

 span { border-color: rgb(43,110,78); }

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