Html Css Color HEX #2C5D46 Green Pea

📋 copy color: '#2C5D46'

red 44 ◦ green 93 ◦ blue 70

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

Shades of Green Pea #2C5D46

Tints of Green Pea #2C5D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 21.26%
G = 44.93%
B = 33.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#2C5D46 (or 0x2C5D46) is known color: Green Pea. HEX triplet: 2C, 5D and 46. RGB value is (44,93,70). Sum of RGB (Red+Green+Blue) = 44+93+70=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D46 is #D3A2B9. Grayscale: #4B4B4B. Windows color (decimal): -13869754 or 4611372. OLE color: 4611372.

HSL color Cylindrical-coordinate representation of color #2C5D46: hue angle of 151.84º 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 #2C5D46 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 93 70 -
CMYK 0.53 0 0.25 0.64
HSL 151.84º 0.36% 0.27% -
HSV(B) 151.84º 0.53% 0.36% -
XYZ 6.06 8.81 7.17 -
YUV 75.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 44 93 70 0.53 0 0.25 0.64 151.84 0.36 0.27
Hex 2C 5D 46 35 0 19 40 98 24 1B
Octal 54 135 106 65 0 31 100 230 44 33
Binary 101100 1011101 1000110 110101 0 11001 1000000 10011000 100100 11011

Color Harmonies of #2C5D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5D46

Black with #2C5D46

Text Example


Text Example

White with #2C5D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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