Html Css Color HEX #2B6743 Green Pea

📋 copy color: '#2B6743'

red 43 ◦ green 103 ◦ blue 67

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

Shades of Green Pea #2B6743

Tints of Green Pea #2B6743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.36%

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

R = 20.19%
G = 48.36%
B = 31.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.60

RGB Variations

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

Color information

#2B6743 (or 0x2B6743) is known color: Green Pea. HEX triplet: 2B, 67 and 43. RGB value is (43,103,67). Sum of RGB (Red+Green+Blue) = 43+103+67=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6743 is #D498BC. Grayscale: #515151. Windows color (decimal): -13932733 or 4417323. OLE color: 4417323.

HSL color Cylindrical-coordinate representation of color #2B6743: hue angle of 144º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6743 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 103 67 -
CMYK 0.58 0 0.35 0.60
HSL 144º 0.41% 0.29% -
HSV(B) 144º 0.58% 0.4% -
XYZ 6.86 10.62 7 -
YUV 80.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 43 103 67 0.58 0 0.35 0.60 144 0.41 0.29
Hex 2B 67 43 3A 0 23 3C 90 29 1D
Octal 53 147 103 72 0 43 74 220 51 35
Binary 101011 1100111 1000011 111010 0 100011 111100 10010000 101001 11101

Color Harmonies of #2B6743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6743

Black with #2B6743

Text Example


Text Example

White with #2B6743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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