#2C904B

Color #2C904B Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2C904B

Tints of Sea Green #2C904B

Color information

#2C904B (or 0x2C904B) is unknown color: approx Sea Green. HEX triplet: 2C, 90 and 4B. RGB value is (44,144,75). Sum of RGB (Red+Green+Blue) = 44+144+75=263 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.73% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #2C904B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C904B is #D36FB4. Grayscale: #6A6A6A. Windows color (decimal): -13856693 or 4952108. OLE color: 4952108.

HSL color Cylindrical-coordinate representation of color #2C904B: hue angle of 138.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C904B is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB4414475-
CMYK0.6900.480.44
HSL138.6º53.19%36.86%-
HSV(B)138.6º69.44%56.47%-
XYZ12.2820.9910.06-
YUV106.23110.3783.61-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.73%
GREEN value IS 144 (56.64% from 255) = 54.75%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=16.73%
G=54.75%
B=28.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal44144750.6900.480.44138.653.1936.86
Hex2C904B450302C8b3525
Octal54220113105060542136545
Binary1011001001000010010111000101011000010110010001011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C904B;
 }
 .AnyTagClassName
 {
   color: #2C904B;
 }
</style>
background-color css

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

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

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

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

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

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