Html Css Color HEX #2B6242 Green Pea

📋 copy color: '#2B6242'

red 43 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #2B6242

Tints of Green Pea #2B6242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

 BLUE value IS 66 (26.17% from 255) = 31.88%

R = 20.77%
G = 47.34%
B = 31.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#2B6242 (or 0x2B6242) is known color: Green Pea. HEX triplet: 2B, 62 and 42. RGB value is (43,98,66). Sum of RGB (Red+Green+Blue) = 43+98+66=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6242 is #D49DBD. Grayscale: #4D4D4D. Windows color (decimal): -13934014 or 4350507. OLE color: 4350507.

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

Color convert

RGB 43 98 66 -
CMYK 0.56 0 0.33 0.62
HSL 145.09º 0.39% 0.28% -
HSV(B) 145.09º 0.56% 0.38% -
XYZ 6.35 9.64 6.68 -
YUV 77.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 43 98 66 0.56 0 0.33 0.62 145.09 0.39 0.28
Hex 2B 62 42 38 0 21 3E 91 27 1C
Octal 53 142 102 70 0 41 76 221 47 34
Binary 101011 1100010 1000010 111000 0 100001 111110 10010001 100111 11100

Color Harmonies of #2B6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6242

Black with #2B6242

Text Example


Text Example

White with #2B6242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,66); }

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

background-color css

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

 a { background-color: rgb(43,98,66); }

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

border-color css

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

 span { border-color: rgb(43,98,66); }

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