Html Css Color HEX #2B7148 Green Pea

📋 copy color: '#2B7148'

red 43 ◦ green 113 ◦ blue 72

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

Shades of Green Pea #2B7148

Tints of Green Pea #2B7148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 18.86%
G = 49.56%
B = 31.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#2B7148 (or 0x2B7148) is known color: Green Pea. HEX triplet: 2B, 71 and 48. RGB value is (43,113,72). Sum of RGB (Red+Green+Blue) = 43+113+72=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7148 is #D48EB7. Grayscale: #575757. Windows color (decimal): -13930168 or 4747563. OLE color: 4747563.

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

Color convert

RGB 43 113 72 -
CMYK 0.62 0 0.36 0.56
HSL 144.86º 0.45% 0.31% -
HSV(B) 144.86º 0.62% 0.44% -
XYZ 8.07 12.79 8.17 -
YUV 87.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 43 113 72 0.62 0 0.36 0.56 144.86 0.45 0.31
Hex 2B 71 48 3E 0 24 38 91 2D 1F
Octal 53 161 110 76 0 44 70 221 55 37
Binary 101011 1110001 1001000 111110 0 100100 111000 10010001 101101 11111

Color Harmonies of #2B7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7148

Black with #2B7148

Text Example


Text Example

White with #2B7148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,72); }

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

background-color css

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

 a { background-color: rgb(43,113,72); }

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

border-color css

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

 span { border-color: rgb(43,113,72); }

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