Html Css Color HEX #2C984F Sea Green

📋 copy color: '#2C984F'

red 44 ◦ green 152 ◦ blue 79

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

Shades of Sea Green #2C984F

Tints of Sea Green #2C984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.27%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 16%
G = 55.27%
B = 28.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#2C984F (or 0x2C984F) is known color: Sea Green. HEX triplet: 2C, 98 and 4F. RGB value is (44,152,79). Sum of RGB (Red+Green+Blue) = 44+152+79=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #2C984F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C984F is #D367B0. Grayscale: #6F6F6F. Windows color (decimal): -13854641 or 5216300. OLE color: 5216300.

HSL color Cylindrical-coordinate representation of color #2C984F: hue angle of 139.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C984F is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 44 152 79 -
CMYK 0.71 0 0.48 0.40
HSL 139.44º 0.55% 0.38% -
HSV(B) 139.44º 0.71% 0.6% -
XYZ 13.68 23.56 11.22 -
YUV 111.39 109.72 79.94 -
System Red Green Blue C M Y K H S L
Decimal 44 152 79 0.71 0 0.48 0.40 139.44 0.55 0.38
Hex 2C 98 4F 47 0 30 28 8B 37 26
Octal 54 230 117 107 0 60 50 213 67 46
Binary 101100 10011000 1001111 1000111 0 110000 101000 10001011 110111 100110

Color Harmonies of #2C984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C984F

Black with #2C984F

Text Example


Text Example

White with #2C984F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,152,79); }

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

background-color css

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

 a { background-color: rgb(44,152,79); }

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

border-color css

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

 span { border-color: rgb(44,152,79); }

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