Html Css Color HEX #2B714C Green Pea

📋 copy color: '#2B714C'

red 43 ◦ green 113 ◦ blue 76

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

Shades of Green Pea #2B714C

Tints of Green Pea #2B714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 18.53%
G = 48.71%
B = 32.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#2B714C (or 0x2B714C) is known color: Green Pea. HEX triplet: 2B, 71 and 4C. RGB value is (43,113,76). Sum of RGB (Red+Green+Blue) = 43+113+76=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #2B714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B714C is #D48EB3. Grayscale: #575757. Windows color (decimal): -13930164 or 5009707. OLE color: 5009707.

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

Color convert

RGB 43 113 76 -
CMYK 0.62 0 0.33 0.56
HSL 148.29º 0.45% 0.31% -
HSV(B) 148.29º 0.62% 0.44% -
XYZ 8.21 12.85 8.88 -
YUV 87.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 43 113 76 0.62 0 0.33 0.56 148.29 0.45 0.31
Hex 2B 71 4C 3E 0 21 38 94 2D 1F
Octal 53 161 114 76 0 41 70 224 55 37
Binary 101011 1110001 1001100 111110 0 100001 111000 10010100 101101 11111

Color Harmonies of #2B714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B714C

Black with #2B714C

Text Example


Text Example

White with #2B714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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