Html Css Color HEX #2B6B41 Green Pea

📋 copy color: '#2B6B41'

red 43 ◦ green 107 ◦ blue 65

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

Shades of Green Pea #2B6B41

Tints of Green Pea #2B6B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 49.77%

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 20%
G = 49.77%
B = 30.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#2B6B41 (or 0x2B6B41) is known color: Green Pea. HEX triplet: 2B, 6B and 41. RGB value is (43,107,65). Sum of RGB (Red+Green+Blue) = 43+107+65=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #2B6B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6B41 is #D494BE. Grayscale: #535353. Windows color (decimal): -13931711 or 4287275. OLE color: 4287275.

HSL color Cylindrical-coordinate representation of color #2B6B41: hue angle of 140.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B6B41 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 107 65 -
CMYK 0.60 0 0.39 0.58
HSL 140.63º 0.43% 0.29% -
HSV(B) 140.63º 0.6% 0.42% -
XYZ 7.21 11.41 6.82 -
YUV 83.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 43 107 65 0.60 0 0.39 0.58 140.63 0.43 0.29
Hex 2B 6B 41 3C 0 27 3A 8D 2B 1D
Octal 53 153 101 74 0 47 72 215 53 35
Binary 101011 1101011 1000001 111100 0 100111 111010 10001101 101011 11101

Color Harmonies of #2B6B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6B41

Black with #2B6B41

Text Example


Text Example

White with #2B6B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,107,65); }

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

background-color css

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

 a { background-color: rgb(43,107,65); }

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

border-color css

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

 span { border-color: rgb(43,107,65); }

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