Html Css Color HEX #2B6343 Green Pea

📋 copy color: '#2B6343'

red 43 ◦ green 99 ◦ blue 67

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

Shades of Green Pea #2B6343

Tints of Green Pea #2B6343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

 BLUE value IS 67 (26.56% from 255) = 32.06%

R = 20.57%
G = 47.37%
B = 32.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#2B6343 (or 0x2B6343) is known color: Green Pea. HEX triplet: 2B, 63 and 43. RGB value is (43,99,67). Sum of RGB (Red+Green+Blue) = 43+99+67=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #2B6343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6343 is #D49CBC. Grayscale: #4E4E4E. Windows color (decimal): -13933757 or 4416299. OLE color: 4416299.

HSL color Cylindrical-coordinate representation of color #2B6343: hue angle of 145.71º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B6343 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB 43 99 67 -
CMYK 0.57 0 0.32 0.61
HSL 145.71º 0.39% 0.28% -
HSV(B) 145.71º 0.57% 0.39% -
XYZ 6.47 9.84 6.87 -
YUV 78.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 43 99 67 0.57 0 0.32 0.61 145.71 0.39 0.28
Hex 2B 63 43 39 0 20 3D 92 27 1C
Octal 53 143 103 71 0 40 75 222 47 34
Binary 101011 1100011 1000011 111001 0 100000 111101 10010010 100111 11100

Color Harmonies of #2B6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6343

Black with #2B6343

Text Example


Text Example

White with #2B6343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,99,67); }

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

background-color css

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

 a { background-color: rgb(43,99,67); }

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

border-color css

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

 span { border-color: rgb(43,99,67); }

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