Html Css Color HEX #2B613F Green Pea

📋 copy color: '#2B613F'

red 43 ◦ green 97 ◦ blue 63

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

Shades of Green Pea #2B613F

Tints of Green Pea #2B613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 21.18%
G = 47.78%
B = 31.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#2B613F (or 0x2B613F) is known color: Green Pea. HEX triplet: 2B, 61 and 3F. RGB value is (43,97,63). Sum of RGB (Red+Green+Blue) = 43+97+63=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #2B613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B613F is #D49EC0. Grayscale: #4D4D4D. Windows color (decimal): -13934273 or 4153643. OLE color: 4153643.

HSL color Cylindrical-coordinate representation of color #2B613F: hue angle of 142.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B613F is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 97 63 -
CMYK 0.56 0 0.35 0.62
HSL 142.22º 0.39% 0.27% -
HSV(B) 142.22º 0.56% 0.38% -
XYZ 6.17 9.42 6.2 -
YUV 76.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 43 97 63 0.56 0 0.35 0.62 142.22 0.39 0.27
Hex 2B 61 3F 38 0 23 3E 8E 27 1B
Octal 53 141 77 70 0 43 76 216 47 33
Binary 101011 1100001 111111 111000 0 100011 111110 10001110 100111 11011

Color Harmonies of #2B613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B613F

Black with #2B613F

Text Example


Text Example

White with #2B613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,97,63); }

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

background-color css

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

 a { background-color: rgb(43,97,63); }

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

border-color css

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

 span { border-color: rgb(43,97,63); }

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