Html Css Color HEX #2B6644 Green Pea

📋 copy color: '#2B6644'

red 43 ◦ green 102 ◦ blue 68

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

Shades of Green Pea #2B6644

Tints of Green Pea #2B6644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.89%

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

R = 20.19%
G = 47.89%
B = 31.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#2B6644 (or 0x2B6644) is known color: Green Pea. HEX triplet: 2B, 66 and 44. RGB value is (43,102,68). Sum of RGB (Red+Green+Blue) = 43+102+68=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6644 is #D499BB. Grayscale: #505050. Windows color (decimal): -13932988 or 4482603. OLE color: 4482603.

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

Color convert

RGB 43 102 68 -
CMYK 0.58 0 0.33 0.6
HSL 145.42º 0.41% 0.28% -
HSV(B) 145.42º 0.58% 0.4% -
XYZ 6.79 10.43 7.12 -
YUV 80.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 43 102 68 0.58 0 0.33 0.6 145.42 0.41 0.28
Hex 2B 66 44 3A 0 21 3C 91 29 1C
Octal 53 146 104 72 0 41 74 221 51 34
Binary 101011 1100110 1000100 111010 0 100001 111100 10010001 101001 11100

Color Harmonies of #2B6644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6644

Black with #2B6644

Text Example


Text Example

White with #2B6644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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