Html Css Color HEX #2B7145 Green Pea

📋 copy color: '#2B7145'

red 43 ◦ green 113 ◦ blue 69

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

Shades of Green Pea #2B7145

Tints of Green Pea #2B7145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.67%

R = 19.11%
G = 50.22%
B = 30.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#2B7145 (or 0x2B7145) is known color: Green Pea. HEX triplet: 2B, 71 and 45. RGB value is (43,113,69). Sum of RGB (Red+Green+Blue) = 43+113+69=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7145 is #D48EBA. Grayscale: #575757. Windows color (decimal): -13930171 or 4550955. OLE color: 4550955.

HSL color Cylindrical-coordinate representation of color #2B7145: hue angle of 142.29º 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 #2B7145 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 113 69 -
CMYK 0.62 0 0.39 0.56
HSL 142.29º 0.45% 0.31% -
HSV(B) 142.29º 0.62% 0.44% -
XYZ 7.98 12.75 7.67 -
YUV 87.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 43 113 69 0.62 0 0.39 0.56 142.29 0.45 0.31
Hex 2B 71 45 3E 0 27 38 8E 2D 1F
Octal 53 161 105 76 0 47 70 216 55 37
Binary 101011 1110001 1000101 111110 0 100111 111000 10001110 101101 11111

Color Harmonies of #2B7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7145

Black with #2B7145

Text Example


Text Example

White with #2B7145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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