Html Css Color HEX #2B614A Green Pea

📋 copy color: '#2B614A'

red 43 ◦ green 97 ◦ blue 74

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

Shades of Green Pea #2B614A

Tints of Green Pea #2B614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 20.09%
G = 45.33%
B = 34.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#2B614A (or 0x2B614A) is known color: Green Pea. HEX triplet: 2B, 61 and 4A. RGB value is (43,97,74). Sum of RGB (Red+Green+Blue) = 43+97+74=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #2B614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B614A is #D49EB5. Grayscale: #4E4E4E. Windows color (decimal): -13934262 or 4874539. OLE color: 4874539.

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

Color convert

RGB 43 97 74 -
CMYK 0.56 0 0.24 0.62
HSL 154.44º 0.39% 0.27% -
HSV(B) 154.44º 0.56% 0.38% -
XYZ 6.51 9.56 7.98 -
YUV 78.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 43 97 74 0.56 0 0.24 0.62 154.44 0.39 0.27
Hex 2B 61 4A 38 0 18 3E 9A 27 1B
Octal 53 141 112 70 0 30 76 232 47 33
Binary 101011 1100001 1001010 111000 0 11000 111110 10011010 100111 11011

Color Harmonies of #2B614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B614A

Black with #2B614A

Text Example


Text Example

White with #2B614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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