Html Css Color HEX #2B6B49 Green Pea

📋 copy color: '#2B6B49'

red 43 ◦ green 107 ◦ blue 73

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

Shades of Green Pea #2B6B49

Tints of Green Pea #2B6B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.98%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 19.28%
G = 47.98%
B = 32.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#2B6B49 (or 0x2B6B49) is known color: Green Pea. HEX triplet: 2B, 6B and 49. RGB value is (43,107,73). Sum of RGB (Red+Green+Blue) = 43+107+73=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6B49 is #D494B6. Grayscale: #545454. Windows color (decimal): -13931703 or 4811563. OLE color: 4811563.

HSL color Cylindrical-coordinate representation of color #2B6B49: hue angle of 148.12º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B49 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 107 73 -
CMYK 0.60 0 0.32 0.58
HSL 148.13º 0.43% 0.29% -
HSV(B) 148.13º 0.6% 0.42% -
XYZ 7.46 11.51 8.13 -
YUV 83.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 43 107 73 0.60 0 0.32 0.58 148.13 0.43 0.29
Hex 2B 6B 49 3C 0 20 3A 94 2B 1D
Octal 53 153 111 74 0 40 72 224 53 35
Binary 101011 1101011 1001001 111100 0 100000 111010 10010100 101011 11101

Color Harmonies of #2B6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6B49

Black with #2B6B49

Text Example


Text Example

White with #2B6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,107,73); }

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

background-color css

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

 a { background-color: rgb(43,107,73); }

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

border-color css

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

 span { border-color: rgb(43,107,73); }

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