Html Css Color HEX #2B6844 Green Pea

📋 copy color: '#2B6844'

red 43 ◦ green 104 ◦ blue 68

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

Shades of Green Pea #2B6844

Tints of Green Pea #2B6844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 20%
G = 48.37%
B = 31.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#2B6844 (or 0x2B6844) is known color: Green Pea. HEX triplet: 2B, 68 and 44. RGB value is (43,104,68). Sum of RGB (Red+Green+Blue) = 43+104+68=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 104 - color contains mainly: green. Hex color #2B6844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6844 is #D497BB. Grayscale: #515151. Windows color (decimal): -13932476 or 4483115. OLE color: 4483115.

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

Color convert

RGB 43 104 68 -
CMYK 0.59 0 0.35 0.59
HSL 144.59º 0.41% 0.29% -
HSV(B) 144.59º 0.59% 0.41% -
XYZ 6.99 10.83 7.19 -
YUV 81.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 43 104 68 0.59 0 0.35 0.59 144.59 0.41 0.29
Hex 2B 68 44 3B 0 23 3B 91 29 1D
Octal 53 150 104 73 0 43 73 221 51 35
Binary 101011 1101000 1000100 111011 0 100011 111011 10010001 101001 11101

Color Harmonies of #2B6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6844

Black with #2B6844

Text Example


Text Example

White with #2B6844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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