Html Css Color HEX #2C593F Green Pea

📋 copy color: '#2C593F'

red 44 ◦ green 89 ◦ blue 63

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

Shades of Green Pea #2C593F

Tints of Green Pea #2C593F

RGB

 RED value IS 44 (17.58% from 255) = 22.45%

 GREEN value IS 89 (35.16% from 255) = 45.41%

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

R = 22.45%
G = 45.41%
B = 32.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#2C593F (or 0x2C593F) is known color: Green Pea. HEX triplet: 2C, 59 and 3F. RGB value is (44,89,63). Sum of RGB (Red+Green+Blue) = 44+89+63=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #2C593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C593F is #D3A6C0. Grayscale: #484848. Windows color (decimal): -13870785 or 4151596. OLE color: 4151596.

HSL color Cylindrical-coordinate representation of color #2C593F: hue angle of 145.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C593F is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 89 63 -
CMYK 0.51 0 0.29 0.65
HSL 145.33º 0.34% 0.26% -
HSV(B) 145.33º 0.51% 0.35% -
XYZ 5.51 8.04 5.96 -
YUV 72.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 44 89 63 0.51 0 0.29 0.65 145.33 0.34 0.26
Hex 2C 59 3F 33 0 1D 41 91 22 1A
Octal 54 131 77 63 0 35 101 221 42 32
Binary 101100 1011001 111111 110011 0 11101 1000001 10010001 100010 11010

Color Harmonies of #2C593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C593F

Black with #2C593F

Text Example


Text Example

White with #2C593F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,89,63); }

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

background-color css

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

 a { background-color: rgb(44,89,63); }

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

border-color css

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

 span { border-color: rgb(44,89,63); }

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