Html Css Color HEX #2C844A Sea Green

📋 copy color: '#2C844A'

red 44 ◦ green 132 ◦ blue 74

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

Shades of Sea Green #2C844A

Tints of Sea Green #2C844A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 17.6%
G = 52.8%
B = 29.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#2C844A (or 0x2C844A) is known color: Sea Green. HEX triplet: 2C, 84 and 4A. RGB value is (44,132,74). Sum of RGB (Red+Green+Blue) = 44+132+74=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #2C844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C844A is #D37BB5. Grayscale: #636363. Windows color (decimal): -13859766 or 4883500. OLE color: 4883500.

HSL color Cylindrical-coordinate representation of color #2C844A: hue angle of 140.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C844A is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 132 74 -
CMYK 0.67 0 0.44 0.48
HSL 140.45º 0.5% 0.35% -
HSV(B) 140.45º 0.67% 0.52% -
XYZ 10.53 17.53 9.31 -
YUV 99.08 113.85 88.72 -
System Red Green Blue C M Y K H S L
Decimal 44 132 74 0.67 0 0.44 0.48 140.45 0.5 0.35
Hex 2C 84 4A 43 0 2C 30 8C 32 23
Octal 54 204 112 103 0 54 60 214 62 43
Binary 101100 10000100 1001010 1000011 0 101100 110000 10001100 110010 100011

Color Harmonies of #2C844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C844A

Black with #2C844A

Text Example


Text Example

White with #2C844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,132,74); }

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

background-color css

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

 a { background-color: rgb(44,132,74); }

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

border-color css

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

 span { border-color: rgb(44,132,74); }

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