Html Css Color HEX #2B6647 Green Pea

📋 copy color: '#2B6647'

red 43 ◦ green 102 ◦ blue 71

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

Shades of Green Pea #2B6647

Tints of Green Pea #2B6647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 19.91%
G = 47.22%
B = 32.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#2B6647 (or 0x2B6647) is known color: Green Pea. HEX triplet: 2B, 66 and 47. RGB value is (43,102,71). Sum of RGB (Red+Green+Blue) = 43+102+71=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #2B6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6647 is #D499B8. Grayscale: #505050. Windows color (decimal): -13932985 or 4679211. OLE color: 4679211.

HSL color Cylindrical-coordinate representation of color #2B6647: hue angle of 148.47º 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 #2B6647 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 102 71 -
CMYK 0.58 0 0.30 0.6
HSL 148.47º 0.41% 0.28% -
HSV(B) 148.47º 0.58% 0.4% -
XYZ 6.88 10.47 7.62 -
YUV 80.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 43 102 71 0.58 0 0.30 0.6 148.47 0.41 0.28
Hex 2B 66 47 3A 0 1E 3C 94 29 1C
Octal 53 146 107 72 0 36 74 224 51 34
Binary 101011 1100110 1000111 111010 0 11110 111100 10010100 101001 11100

Color Harmonies of #2B6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6647

Black with #2B6647

Text Example


Text Example

White with #2B6647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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