Html Css Color HEX #2F954E Sea Green

📋 copy color: '#2F954E'

red 47 ◦ green 149 ◦ blue 78

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

Shades of Sea Green #2F954E

Tints of Sea Green #2F954E

RGB

 RED value IS 47 (18.75% from 255) = 17.15%

 GREEN value IS 149 (58.59% from 255) = 54.38%

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 17.15%
G = 54.38%
B = 28.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#2F954E (or 0x2F954E) is known color: Sea Green. HEX triplet: 2F, 95 and 4E. RGB value is (47,149,78). Sum of RGB (Red+Green+Blue) = 47+149+78=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #2F954E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F954E is #D06AB1. Grayscale: #6E6E6E. Windows color (decimal): -13658802 or 5149999. OLE color: 5149999.

HSL color Cylindrical-coordinate representation of color #2F954E: hue angle of 138.24º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F954E is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 78 -
CMYK 0.68 0 0.48 0.42
HSL 138.24º 0.52% 0.38% -
HSV(B) 138.24º 0.68% 0.58% -
XYZ 13.29 22.65 10.88 -
YUV 110.41 109.71 82.77 -
System Red Green Blue C M Y K H S L
Decimal 47 149 78 0.68 0 0.48 0.42 138.24 0.52 0.38
Hex 2F 95 4E 44 0 30 2A 8A 34 26
Octal 57 225 116 104 0 60 52 212 64 46
Binary 101111 10010101 1001110 1000100 0 110000 101010 10001010 110100 100110

Color Harmonies of #2F954E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F954E

Black with #2F954E

Text Example


Text Example

White with #2F954E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,149,78); }

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

background-color css

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

 a { background-color: rgb(47,149,78); }

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

border-color css

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

 span { border-color: rgb(47,149,78); }

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