Html Css Color HEX #2B7247 Green Pea

📋 copy color: '#2B7247'

red 43 ◦ green 114 ◦ blue 71

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

Shades of Green Pea #2B7247

Tints of Green Pea #2B7247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 18.86%
G = 50%
B = 31.14%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#2B7247 (or 0x2B7247) is known color: Green Pea. HEX triplet: 2B, 72 and 47. RGB value is (43,114,71). Sum of RGB (Red+Green+Blue) = 43+114+71=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7247 is #D48DB8. Grayscale: #575757. Windows color (decimal): -13929913 or 4682283. OLE color: 4682283.

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

Color convert

RGB 43 114 71 -
CMYK 0.62 0 0.38 0.55
HSL 143.66º 0.45% 0.31% -
HSV(B) 143.66º 0.62% 0.45% -
XYZ 8.15 13 8.04 -
YUV 87.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 43 114 71 0.62 0 0.38 0.55 143.66 0.45 0.31
Hex 2B 72 47 3E 0 26 37 90 2D 1F
Octal 53 162 107 76 0 46 67 220 55 37
Binary 101011 1110010 1000111 111110 0 100110 110111 10010000 101101 11111

Color Harmonies of #2B7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7247

Black with #2B7247

Text Example


Text Example

White with #2B7247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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