Html Css Color HEX #2B6846 Green Pea

📋 copy color: '#2B6846'

red 43 ◦ green 104 ◦ blue 70

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

Shades of Green Pea #2B6846

Tints of Green Pea #2B6846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

 BLUE value IS 70 (27.73% from 255) = 32.26%

R = 19.82%
G = 47.93%
B = 32.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#2B6846 (or 0x2B6846) is known color: Green Pea. HEX triplet: 2B, 68 and 46. RGB value is (43,104,70). Sum of RGB (Red+Green+Blue) = 43+104+70=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6846 is #D497B9. Grayscale: #515151. Windows color (decimal): -13932474 or 4614187. OLE color: 4614187.

HSL color Cylindrical-coordinate representation of color #2B6846: hue angle of 146.56º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6846 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 104 70 -
CMYK 0.59 0 0.33 0.59
HSL 146.56º 0.41% 0.29% -
HSV(B) 146.56º 0.59% 0.41% -
XYZ 7.05 10.86 7.52 -
YUV 81.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 43 104 70 0.59 0 0.33 0.59 146.56 0.41 0.29
Hex 2B 68 46 3B 0 21 3B 93 29 1D
Octal 53 150 106 73 0 41 73 223 51 35
Binary 101011 1101000 1000110 111011 0 100001 111011 10010011 101001 11101

Color Harmonies of #2B6846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6846

Black with #2B6846

Text Example


Text Example

White with #2B6846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,104,70); }

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

background-color css

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

 a { background-color: rgb(43,104,70); }

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

border-color css

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

 span { border-color: rgb(43,104,70); }

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