Html Css Color HEX #2B643F Green Pea

📋 copy color: '#2B643F'

red 43 ◦ green 100 ◦ blue 63

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

Shades of Green Pea #2B643F

Tints of Green Pea #2B643F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 48.54%

 BLUE value IS 63 (25% from 255) = 30.58%

R = 20.87%
G = 48.54%
B = 30.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#2B643F (or 0x2B643F) is known color: Green Pea. HEX triplet: 2B, 64 and 3F. RGB value is (43,100,63). Sum of RGB (Red+Green+Blue) = 43+100+63=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 100 (39.45% from 255 or 48.54% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 100 - color contains mainly: green. Hex color #2B643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B643F is #D49BC0. Grayscale: #4E4E4E. Windows color (decimal): -13933505 or 4154411. OLE color: 4154411.

HSL color Cylindrical-coordinate representation of color #2B643F: hue angle of 141.05º degrees, saturation: 0.4, 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 #2B643F is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 43 100 63 -
CMYK 0.57 0 0.37 0.61
HSL 141.05º 0.4% 0.28% -
HSV(B) 141.05º 0.57% 0.39% -
XYZ 6.45 9.99 6.29 -
YUV 78.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 43 100 63 0.57 0 0.37 0.61 141.05 0.4 0.28
Hex 2B 64 3F 39 0 25 3D 8D 28 1C
Octal 53 144 77 71 0 45 75 215 50 34
Binary 101011 1100100 111111 111001 0 100101 111101 10001101 101000 11100

Color Harmonies of #2B643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B643F

Black with #2B643F

Text Example


Text Example

White with #2B643F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,100,63); }

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

background-color css

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

 a { background-color: rgb(43,100,63); }

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

border-color css

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

 span { border-color: rgb(43,100,63); }

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