Html Css Color HEX #2C5D41 Green Pea

📋 copy color: '#2C5D41'

red 44 ◦ green 93 ◦ blue 65

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

Shades of Green Pea #2C5D41

Tints of Green Pea #2C5D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.04%

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

R = 21.78%
G = 46.04%
B = 32.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#2C5D41 (or 0x2C5D41) is known color: Green Pea. HEX triplet: 2C, 5D and 41. RGB value is (44,93,65). Sum of RGB (Red+Green+Blue) = 44+93+65=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D41 is #D3A2BE. Grayscale: #4B4B4B. Windows color (decimal): -13869759 or 4283692. OLE color: 4283692.

HSL color Cylindrical-coordinate representation of color #2C5D41: hue angle of 145.71º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5D41 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 93 65 -
CMYK 0.53 0 0.30 0.64
HSL 145.71º 0.36% 0.27% -
HSV(B) 145.71º 0.53% 0.36% -
XYZ 5.91 8.75 6.38 -
YUV 75.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 44 93 65 0.53 0 0.30 0.64 145.71 0.36 0.27
Hex 2C 5D 41 35 0 1E 40 92 24 1B
Octal 54 135 101 65 0 36 100 222 44 33
Binary 101100 1011101 1000001 110101 0 11110 1000000 10010010 100100 11011

Color Harmonies of #2C5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5D41

Black with #2C5D41

Text Example


Text Example

White with #2C5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,93,65); }

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

background-color css

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

 a { background-color: rgb(44,93,65); }

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

border-color css

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

 span { border-color: rgb(44,93,65); }

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