#2F844A

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

Shades of Sea Green #2F844A

Tints of Sea Green #2F844A

Color information

#2F844A (or 0x2F844A) is unknown color: approx Sea Green. HEX triplet: 2F, 84 and 4A. RGB value is (47,132,74). Sum of RGB (Red+Green+Blue) = 47+132+74=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #2F844A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F844A is #D07BB5. Grayscale: #646464. Windows color (decimal): -13663158 or 4883503. OLE color: 4883503.

HSL color Cylindrical-coordinate representation of color #2F844A: hue angle of 139.06º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F844A is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB4713274-
CMYK0.6400.440.48
HSL139.06º47.49%35.1%-
HSV(B)139.06º64.39%51.76%-
XYZ10.6617.69.31-
YUV99.97113.3490.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 132 (51.95% from 255) = 52.17%
BLUE value IS 74 (29.30% from 255) = 29.25%
R=18.58%
G=52.17%
B=29.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47132740.6400.440.48139.0647.4935.1
Hex2F844A4002C308b2f23
Octal57204112100054602135743
Binary1011111000010010010101000000010110011000010001011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,132,74); }

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

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

 a { background-color: rgb(47,132,74); }

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

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

 span { border-color: rgb(47,132,74); }

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