Html Css Color HEX #2B6949 Green Pea

📋 copy color: '#2B6949'

red 43 ◦ green 105 ◦ blue 73

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

Shades of Green Pea #2B6949

Tints of Green Pea #2B6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.51%

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

R = 19.46%
G = 47.51%
B = 33.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#2B6949 (or 0x2B6949) is known color: Green Pea. HEX triplet: 2B, 69 and 49. RGB value is (43,105,73). Sum of RGB (Red+Green+Blue) = 43+105+73=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6949 is #D496B6. Grayscale: #525252. Windows color (decimal): -13932215 or 4811051. OLE color: 4811051.

HSL color Cylindrical-coordinate representation of color #2B6949: hue angle of 149.03º degrees, saturation: 0.42, 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 #2B6949 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 105 73 -
CMYK 0.59 0 0.30 0.59
HSL 149.03º 0.42% 0.29% -
HSV(B) 149.03º 0.59% 0.41% -
XYZ 7.25 11.1 8.06 -
YUV 82.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 43 105 73 0.59 0 0.30 0.59 149.03 0.42 0.29
Hex 2B 69 49 3B 0 1E 3B 95 2A 1D
Octal 53 151 111 73 0 36 73 225 52 35
Binary 101011 1101001 1001001 111011 0 11110 111011 10010101 101010 11101

Color Harmonies of #2B6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6949

Black with #2B6949

Text Example


Text Example

White with #2B6949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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