Html Css Color HEX #2C994B Sea Green

📋 copy color: '#2C994B'

red 44 ◦ green 153 ◦ blue 75

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

Shades of Sea Green #2C994B

Tints of Sea Green #2C994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.25%

 BLUE value IS 75 (29.69% from 255) = 27.57%

R = 16.18%
G = 56.25%
B = 27.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#2C994B (or 0x2C994B) is known color: Sea Green. HEX triplet: 2C, 99 and 4B. RGB value is (44,153,75). Sum of RGB (Red+Green+Blue) = 44+153+75=272 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.18% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #2C994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C994B is #D366B4. Grayscale: #6F6F6F. Windows color (decimal): -13854389 or 4954412. OLE color: 4954412.

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

Color convert

RGB 44 153 75 -
CMYK 0.71 0 0.51 0.4
HSL 137.06º 0.55% 0.39% -
HSV(B) 137.06º 0.71% 0.6% -
XYZ 13.7 23.83 10.53 -
YUV 111.52 107.39 79.84 -
System Red Green Blue C M Y K H S L
Decimal 44 153 75 0.71 0 0.51 0.4 137.06 0.55 0.39
Hex 2C 99 4B 47 0 33 28 89 37 27
Octal 54 231 113 107 0 63 50 211 67 47
Binary 101100 10011001 1001011 1000111 0 110011 101000 10001001 110111 100111

Color Harmonies of #2C994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C994B

Black with #2C994B

Text Example


Text Example

White with #2C994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,153,75); }

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

background-color css

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

 a { background-color: rgb(44,153,75); }

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

border-color css

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

 span { border-color: rgb(44,153,75); }

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