Html Css Color HEX #2B6049 Green Pea

📋 copy color: '#2B6049'

red 43 ◦ green 96 ◦ blue 73

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

Shades of Green Pea #2B6049

Tints of Green Pea #2B6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

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

R = 20.28%
G = 45.28%
B = 34.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#2B6049 (or 0x2B6049) is known color: Green Pea. HEX triplet: 2B, 60 and 49. RGB value is (43,96,73). Sum of RGB (Red+Green+Blue) = 43+96+73=212 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.28% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6049 is #D49FB6. Grayscale: #4D4D4D. Windows color (decimal): -13934519 or 4808747. OLE color: 4808747.

HSL color Cylindrical-coordinate representation of color #2B6049: hue angle of 153.96º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B6049 is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 96 73 -
CMYK 0.55 0 0.24 0.62
HSL 153.96º 0.38% 0.27% -
HSV(B) 153.96º 0.55% 0.38% -
XYZ 6.38 9.36 7.77 -
YUV 77.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 43 96 73 0.55 0 0.24 0.62 153.96 0.38 0.27
Hex 2B 60 49 37 0 18 3E 9A 26 1B
Octal 53 140 111 67 0 30 76 232 46 33
Binary 101011 1100000 1001001 110111 0 11000 111110 10011010 100110 11011

Color Harmonies of #2B6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6049

Black with #2B6049

Text Example


Text Example

White with #2B6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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