Html Css Color HEX #2C6241 Green Pea

📋 copy color: '#2C6241'

red 44 ◦ green 98 ◦ blue 65

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

Shades of Green Pea #2C6241

Tints of Green Pea #2C6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

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

R = 21.26%
G = 47.34%
B = 31.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#2C6241 (or 0x2C6241) is known color: Green Pea. HEX triplet: 2C, 62 and 41. RGB value is (44,98,65). Sum of RGB (Red+Green+Blue) = 44+98+65=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #2C6241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6241 is #D39DBE. Grayscale: #4E4E4E. Windows color (decimal): -13868479 or 4284972. OLE color: 4284972.

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

Color convert

RGB 44 98 65 -
CMYK 0.55 0 0.34 0.62
HSL 143.33º 0.38% 0.28% -
HSV(B) 143.33º 0.55% 0.38% -
XYZ 6.36 9.65 6.53 -
YUV 78.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 44 98 65 0.55 0 0.34 0.62 143.33 0.38 0.28
Hex 2C 62 41 37 0 22 3E 8F 26 1C
Octal 54 142 101 67 0 42 76 217 46 34
Binary 101100 1100010 1000001 110111 0 100010 111110 10001111 100110 11100

Color Harmonies of #2C6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6241

Black with #2C6241

Text Example


Text Example

White with #2C6241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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