#2F854B

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

Shades of Sea Green #2F854B

Tints of Sea Green #2F854B

Color information

#2F854B (or 0x2F854B) is unknown color: approx Sea Green. HEX triplet: 2F, 85 and 4B. RGB value is (47,133,75). Sum of RGB (Red+Green+Blue) = 47+133+75=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #2F854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F854B is #D07AB4. Grayscale: #646464. Windows color (decimal): -13662901 or 4949295. OLE color: 4949295.

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

Color convert

RGB4713375-
CMYK0.6500.440.48
HSL139.53º47.78%35.29%-
HSV(B)139.53º64.66%52.16%-
XYZ10.8317.899.54-
YUV100.67113.5189.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.43%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=18.43%
G=52.16%
B=29.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47133750.6500.440.48139.5347.7835.29
Hex2F854B4102C308c3023
Octal57205113101054602146043
Binary1011111000010110010111000001010110011000010001100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,133,75); }

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

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

 a { background-color: rgb(47,133,75); }

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

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

 span { border-color: rgb(47,133,75); }

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