Html Css Color HEX #2F9155 Sea Green

📋 copy color: '#2F9155'

red 47 ◦ green 145 ◦ blue 85

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

Shades of Sea Green #2F9155

Tints of Sea Green #2F9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 16.97%
G = 52.35%
B = 30.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#2F9155 (or 0x2F9155) is known color: Sea Green. HEX triplet: 2F, 91 and 55. RGB value is (47,145,85). Sum of RGB (Red+Green+Blue) = 47+145+85=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #2F9155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9155 is #D06EAA. Grayscale: #6C6C6C. Windows color (decimal): -13659819 or 5607727. OLE color: 5607727.

HSL color Cylindrical-coordinate representation of color #2F9155: hue angle of 143.27º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9155 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 85 -
CMYK 0.68 0 0.41 0.43
HSL 143.27º 0.51% 0.38% -
HSV(B) 143.27º 0.68% 0.57% -
XYZ 12.94 21.51 12.06 -
YUV 108.86 114.53 83.88 -
System Red Green Blue C M Y K H S L
Decimal 47 145 85 0.68 0 0.41 0.43 143.27 0.51 0.38
Hex 2F 91 55 44 0 29 2B 8F 33 26
Octal 57 221 125 104 0 51 53 217 63 46
Binary 101111 10010001 1010101 1000100 0 101001 101011 10001111 110011 100110

Color Harmonies of #2F9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9155

Black with #2F9155

Text Example


Text Example

White with #2F9155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,145,85); }

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

background-color css

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

 a { background-color: rgb(47,145,85); }

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

border-color css

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

 span { border-color: rgb(47,145,85); }

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