#2C834B

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

Shades of Sea Green #2C834B

Tints of Sea Green #2C834B

Color information

#2C834B (or 0x2C834B) is unknown color: approx Sea Green. HEX triplet: 2C, 83 and 4B. RGB value is (44,131,75). Sum of RGB (Red+Green+Blue) = 44+131+75=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #2C834B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C834B is #D37CB4. Grayscale: #626262. Windows color (decimal): -13860021 or 4948780. OLE color: 4948780.

HSL color Cylindrical-coordinate representation of color #2C834B: hue angle of 141.38º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C834B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB4413175-
CMYK0.6600.430.49
HSL141.38º49.71%34.31%-
HSV(B)141.38º66.41%51.37%-
XYZ10.4317.289.44-
YUV98.6114.6889.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 75 (29.69% from 255) = 30%
R=17.6%
G=52.4%
B=30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44131750.6600.430.49141.3849.7134.31
Hex2C834B4202B318d3222
Octal54203113102053612156242
Binary1011001000001110010111000010010101111000110001101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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