Html Css Color HEX #2C9450 Sea Green

📋 copy color: '#2C9450'

red 44 ◦ green 148 ◦ blue 80

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

Shades of Sea Green #2C9450

Tints of Sea Green #2C9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.41%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 16.18%
G = 54.41%
B = 29.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#2C9450 (or 0x2C9450) is known color: Sea Green. HEX triplet: 2C, 94 and 50. RGB value is (44,148,80). Sum of RGB (Red+Green+Blue) = 44+148+80=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9450 is #D36BAF. Grayscale: #6D6D6D. Windows color (decimal): -13855664 or 5280812. OLE color: 5280812.

HSL color Cylindrical-coordinate representation of color #2C9450: hue angle of 140.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9450 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 148 80 -
CMYK 0.70 0 0.46 0.42
HSL 140.77º 0.54% 0.38% -
HSV(B) 140.77º 0.7% 0.58% -
XYZ 13.08 22.29 11.2 -
YUV 109.15 111.54 81.53 -
System Red Green Blue C M Y K H S L
Decimal 44 148 80 0.70 0 0.46 0.42 140.77 0.54 0.38
Hex 2C 94 50 46 0 2E 2A 8D 36 26
Octal 54 224 120 106 0 56 52 215 66 46
Binary 101100 10010100 1010000 1000110 0 101110 101010 10001101 110110 100110

Color Harmonies of #2C9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9450

Black with #2C9450

Text Example


Text Example

White with #2C9450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,148,80); }

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

background-color css

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

 a { background-color: rgb(44,148,80); }

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

border-color css

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

 span { border-color: rgb(44,148,80); }

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