Html Css Color HEX #2C6046 Green Pea

📋 copy color: '#2C6046'

red 44 ◦ green 96 ◦ blue 70

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

Shades of Green Pea #2C6046

Tints of Green Pea #2C6046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 20.95%
G = 45.71%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#2C6046 (or 0x2C6046) is known color: Green Pea. HEX triplet: 2C, 60 and 46. RGB value is (44,96,70). Sum of RGB (Red+Green+Blue) = 44+96+70=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6046 is #D39FB9. Grayscale: #4D4D4D. Windows color (decimal): -13868986 or 4612140. OLE color: 4612140.

HSL color Cylindrical-coordinate representation of color #2C6046: hue angle of 150º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C6046 is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 44 96 70 -
CMYK 0.54 0 0.27 0.62
HSL 150º 0.37% 0.27% -
HSV(B) 150º 0.54% 0.38% -
XYZ 6.33 9.34 7.26 -
YUV 77.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 44 96 70 0.54 0 0.27 0.62 150 0.37 0.27
Hex 2C 60 46 36 0 1B 3E 96 25 1B
Octal 54 140 106 66 0 33 76 226 45 33
Binary 101100 1100000 1000110 110110 0 11011 111110 10010110 100101 11011

Color Harmonies of #2C6046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6046

Black with #2C6046

Text Example


Text Example

White with #2C6046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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