Html Css Color HEX #2B6E4D Green Pea

📋 copy color: '#2B6E4D'

red 43 ◦ green 110 ◦ blue 77

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

Shades of Green Pea #2B6E4D

Tints of Green Pea #2B6E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 18.7%
G = 47.83%
B = 33.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.3

 K value IS 0.57

RGB Variations

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

Color information

#2B6E4D (or 0x2B6E4D) is known color: Green Pea. HEX triplet: 2B, 6E and 4D. RGB value is (43,110,77). Sum of RGB (Red+Green+Blue) = 43+110+77=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6E4D is #D491B2. Grayscale: #565656. Windows color (decimal): -13930931 or 5074475. OLE color: 5074475.

HSL color Cylindrical-coordinate representation of color #2B6E4D: hue angle of 150.45º 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 #2B6E4D is Cyan = 0.61, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 110 77 -
CMYK 0.61 0 0.3 0.57
HSL 150.45º 0.44% 0.3% -
HSV(B) 150.45º 0.61% 0.43% -
XYZ 7.91 12.2 8.96 -
YUV 86.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 43 110 77 0.61 0 0.3 0.57 150.45 0.44 0.3
Hex 2B 6E 4D 3D 0 1E 39 96 2C 1E
Octal 53 156 115 75 0 36 71 226 54 36
Binary 101011 1101110 1001101 111101 0 11110 111001 10010110 101100 11110

Color Harmonies of #2B6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6E4D

Black with #2B6E4D

Text Example


Text Example

White with #2B6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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